2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.978
ms
|
1382 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
127 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.687
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.655
ms
|
162 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
128 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.309
ms
|
419 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=12 AND c.nright<=13 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
0.914
ms
|
25 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.842
ms
|
1019 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
204 |
UPDATE `ps_configuration` SET `value` = '2025-06-25 07:40:12',`date_upd` = '2025-06-24 07:40:12' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.822
ms
|
1 |
|
|
/classes/Configuration.php:479
/modules/ets_megamenu/ets_megamenu.php:1793 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 11
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.803
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-06-24 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 11 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,5 |
0.793
ms
|
1 |
|
|
/classes/Category.php:1062
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2893 (getProducts)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3043 (getCategoryProducts)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 7
AND nleft >= 12 AND nright <= 13
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.736
ms
|
18 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-06-24 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 11 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
0.703
ms
|
1 |
|
|
/classes/Category.php:1062
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-06-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.667
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.659
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.645
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.593
ms
|
1 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ets_crosssell/ets_crosssell.php:681 (getManufacturers)
/modules/ets_crosssell/ets_crosssell.php:2293 (_defines)
/modules/ets_crosssell/ets_crosssell.php:2229 (_checkHasCrosssell)
/modules/ets_crosssell/ets_crosssell.php:2062 (isCrosssell)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.579
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 2 |
0.563
ms
|
1 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang
FROM ps_af_templates t
LEFT JOIN ps_af_templates_lang tl
ON tl.id_template = t.id_template AND tl.id_shop = t.id_shop AND tl.id_lang = 2
INNER JOIN `ps_af_category_templates` ct
ON ct.id_template = t.id_template AND ct.id_shop = t.id_shop
AND ct.`id_category` IN (11, 0)
WHERE t.active = 1 AND t.template_controller = 'category'
AND t.id_shop = 1
ORDER BY ct.`id_category` DESC, t.id_template DESC LIMIT 1 |
0.563
ms
|
1 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3634
/modules/amazzingfilter/amazzingfilter.php:3656 (getTemplateForCurrentPage)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.542
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php:58 (CE\get_post_meta)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:90 (parseTagText)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/includes/base/controls-stack.php:980 (parseDynamicSettings)
/modules/creativeelements/core/files/css/post.php:308 (getParsedDynamicSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:99 (renderStyles)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'matracmester.hu' OR su.domain_ssl = 'matracmester.hu')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.528
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
281 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(17,18,19)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.515
ms
|
3 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(17,18,19)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.514
ms
|
3 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(7,8,9,10,11,12,13,14,15)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.507
ms
|
9 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php:214 (getCMSLink)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:93 (parseTagText)
:undefined (CE\{closure})
/modules/creativeelements/core/dynamic-tags/manager.php:92 (preg_replace_callback)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/includes/base/controls-stack.php:1104 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/widgets/icon-list.php:587 (getSettingsForDisplay)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `ps_ets_mm_menu` m
INNER JOIN `ps_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `ps_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=2
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.502
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:505
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(7,8,9,10,11,12,13,14,15)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.490
ms
|
9 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.490
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php:214 (getCMSLink)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:93 (parseTagText)
:undefined (CE\{closure})
/modules/creativeelements/core/dynamic-tags/manager.php:92 (preg_replace_callback)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/includes/base/controls-stack.php:1104 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/widgets/icon-list.php:587 (getSettingsForDisplay)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.489
ms
|
49 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
250 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `ps_ets_mm_menu` m
INNER JOIN `ps_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `ps_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=2
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.480
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:505
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(7,8,9,10,11,12,13,14,15)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.478
ms
|
9 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2
INNER JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(17,18,19)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.476
ms
|
3 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1360 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:31 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `ps_ets_mm_menu` m
INNER JOIN `ps_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `ps_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=2
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.452
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:505
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.450
ms
|
1019 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.444
ms
|
83 |
|
|
/classes/module/Module.php:346
/modules/thecheckout/thecheckout.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 11
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.436
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('22834', '21', '3628718228', '', '1', '1', '2025-06-24 07:40:12') |
0.434
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 2
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:666 (__construct)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.423
ms
|
8 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:440 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMinimalPurchaseRequired)
/modules/creativeelements/modules/theme/widgets/shopping-cart.php:1562 (offsetGet)
/modules/creativeelements/modules/theme/widgets/shopping-cart.php:1543 (renderCartContent)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.414
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/ets_crosssell/ets_crosssell.php:764 (getChildren)
/modules/ets_crosssell/ets_crosssell.php:2293 (_defines)
/modules/ets_crosssell/ets_crosssell.php:2229 (_checkHasCrosssell)
/modules/ets_crosssell/ets_crosssell.php:2062 (isCrosssell)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('20712', '', 'matracmester.hu/11-hideghab-matracok?srsltid=AfmBOoppuxXSr1rgmmnMSaND76ECZKdcaVsDl6FVDJ6JwKJ_MHtxWJAB', '', '2025-06-24 07:40:12') |
0.414
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.408
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
103 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image.id_image, il.legend, m.name AS manufacturer_name,
`product_shop`.date_add > '2025-06-04 07:40:12' AS new
FROM ps_product p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
INNER JOIN ps_product_lang pl
ON (pl.id_product = p.id_product AND pl.id_shop = 1
AND pl.id_lang = 2)
LEFT JOIN ps_image image
ON (image.id_product = p.id_product AND image.cover = 1)
LEFT JOIN ps_image_lang il
ON (il.id_image = image.id_image AND il.id_lang = 2)
LEFT JOIN ps_manufacturer m
ON m.id_manufacturer = p.id_manufacturer
WHERE p.id_product IN (1) |
0.407
ms
|
1 |
|
|
/modules/amazzingfilter/amazzingfilter.php:5708
/modules/amazzingfilter/amazzingfilter.php:5394 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:4977 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2885 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 12) AND (a0.`nright` > 13) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.373
ms
|
18 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1
ORDER BY f.position ASC |
0.370
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE `id_module` = 67 AND `id_shop` = 1 AND `id_group` IN (1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:171
/modules/creativeelements/modules/premium/widgets/module.php:181 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC |
0.368
ms
|
5 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE id_block FROM `ps_ets_mm_block` WHERE enabled=1 AND show_clock=1 AND block_type="PRODUCT" LIMIT 1 |
0.358
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:661
/modules/ets_megamenu/ets_megamenu.php:1489 (checkBlockClockCountDown)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="0a461199f6ff27163611f1c78999dba1" LIMIT 1 |
0.358
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.350
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php:58 (CE\get_post_meta)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:90 (parseTagText)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:116 (parseDynamicSettings)
/modules/creativeelements/core/files/css/post.php:311 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:99 (renderStyles)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.348
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
135 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.345
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
249 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE `id_module` = 67 AND `id_shop` = 1 AND `id_group` IN (1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:171
/modules/creativeelements/modules/premium/widgets/module.php:181 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE `id_module` = 67 AND `id_shop` = 1 AND `id_group` IN (1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:171
/modules/creativeelements/modules/premium/widgets/module.php:181 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.339
ms
|
83 |
|
|
/classes/module/Module.php:346
/modules/faqs/faqs.php:33 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
24 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.339
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.336
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
248 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-24 00:00:00" AND date_to <= "2025-06-24 23:59:59") OR (date_from >= "2025-06-24 00:00:00" AND date_from <= "2025-06-24 23:59:59") OR (date_from < "2025-06-24 00:00:00" AND date_to > "2025-06-24 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2217 (processCalculation)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/modules/creativeelements/modules/theme/widgets/shopping-cart.php:1573 (offsetGet)
/modules/creativeelements/modules/theme/widgets/shopping-cart.php:1543 (renderCartContent)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.322
ms
|
8 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1) |
0.320
ms
|
8 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-24 00:00:00" AND date_to <= "2025-06-24 23:59:59") OR (date_from >= "2025-06-24 00:00:00" AND date_from <= "2025-06-24 23:59:59") OR (date_from < "2025-06-24 00:00:00" AND date_to > "2025-06-24 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/modules/mergado/mergado.php:719 (getDiscounts)
/modules/mergado/mergado.php:810 (cartDataPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 142
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.307
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE c.id_category AS id, c.id_parent, cl.name, cl.link_rewrite AS link, category_shop.position
FROM ps_category c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN ps_category_lang cl
ON c.id_category = cl.id_category
INNER JOIN ps_category_group cg
ON cg.id_category = c.id_category
AND cg.id_group IN (1)
WHERE cl.id_lang = 2
AND c.active = 1
AND c.nright < 13
AND c.nleft > 12
AND cl.id_shop = 1
GROUP BY c.id_category
ORDER BY cl.name ASC, c.id_category ASC |
0.306
ms
|
4 |
Yes
|
Yes
|
/modules/amazzingfilter/amazzingfilter.php:2858
/modules/amazzingfilter/amazzingfilter.php:3244 (getSubcategories)
/modules/amazzingfilter/amazzingfilter.php:3218 (getRawFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2957 (getFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2881 (prepareFiltersData)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.301
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 142) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.296
ms
|
4 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
286 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 4170201 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.296
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=13 AND c.id_category!=13
ORDER BY cl.name ASC,c.id_category ASC |
0.291
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=19 AND c.id_category!=19
ORDER BY cl.name ASC,c.id_category ASC |
0.290
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 2 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
0.289
ms
|
18 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2925
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2941 (getCategories)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3048 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 2 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
0.289
ms
|
18 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2925
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2941 (getCategories)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2950 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2950 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3048 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=1
ORDER BY b.sort_order asc |
0.288
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
279 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.285
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=12 AND c.id_category!=12
ORDER BY cl.name ASC,c.id_category ASC |
0.280
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1 |
0.279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc |
0.276
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 22834
AND `date_add` > '2025-06-24 07:10:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.276
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.273
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:31 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.268
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.262
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
256 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=2
ORDER BY b.sort_order asc |
0.262
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php:214 (getCMSLink)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:93 (parseTagText)
:undefined (CE\{closure})
/modules/creativeelements/core/dynamic-tags/manager.php:92 (preg_replace_callback)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/includes/base/controls-stack.php:1104 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/widgets/icon-list.php:587 (getSettingsForDisplay)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=10 AND c.id_category!=10
ORDER BY cl.name ASC,c.id_category ASC |
0.251
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11040201 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.249
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/settings/page/manager.php:237 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:312 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:109 (createModel)
/modules/creativeelements/core/settings/page/manager.php:78 (getModel)
/modules/creativeelements/core/settings/manager.php:171 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:501 (printConfig)
/modules/creativeelements/includes/frontend.php:582 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=17 AND c.id_category!=17
ORDER BY cl.name ASC,c.id_category ASC |
0.248
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE i.id_product AS id, g,
m,
p_1_1 AS p
FROM `ps_af_index` i
WHERE (i.id_shop = 1) AND (i.v <> 2) AND (FIND_IN_SET(11, i.c) > 0) |
0.247
ms
|
25 |
|
|
/modules/amazzingfilter/amazzingfilter.php:518
/modules/amazzingfilter/amazzingfilter.php:5108 (indexationData)
/modules/amazzingfilter/amazzingfilter.php:4976 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2885 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8 AND c.id_category!=8
ORDER BY cl.name ASC,c.id_category ASC |
0.246
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
243 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.244
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9 AND c.id_category!=9
ORDER BY cl.name ASC,c.id_category ASC |
0.242
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1 AND pa.`id_product` = 1 AND pa.`id_product_attribute` = 1 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_adwords_conversion_code" AND `id_shop`="0") LIMIT 1 |
0.234
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:174 (getSettings)
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsServiceIntegration.php:29 (getConversionsCode)
/modules/mergado/includes/traits/SingletonTrait.php:24 (__construct)
/modules/mergado/mergado.php:127 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `m`.`id_manufacturer` as id, `name`
FROM `ps_manufacturer` `m`
INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
WHERE `active` = 1 ORDER BY `name` ASC |
0.233
ms
|
1 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3257
/modules/amazzingfilter/amazzingfilter.php:3218 (getRawFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2957 (getFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2881 (prepareFiltersData)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 2 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
0.233
ms
|
18 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2925
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2941 (getCategories)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2950 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3048 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=14 AND c.id_category!=14
ORDER BY cl.name ASC,c.id_category ASC |
0.232
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 1
ORDER BY ag.`position` ASC, a.`position` ASC |
0.228
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.228
ms
|
1 |
|
|
/classes/module/Module.php:2041
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 975 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 4170201 AND `name` = "_elementor_data" LIMIT 1 |
0.227
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:846 (getElementsData)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1 AND `id_shop` = 1 |
0.227
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:31 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=7 AND c.id_category!=7
ORDER BY cl.name ASC,c.id_category ASC |
0.226
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc |
0.226
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.226
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1, 2, 3, 4, 5, 6, 7, 8) AND il.`id_lang` = 2 ORDER by i.`position` |
0.223
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 4170201 AND `name` = "_elementor_css" LIMIT 1 |
0.223
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php:214 (getCMSLink)
/modules/creativeelements/core/dynamic-tags/data-tag.php:69 (getValue)
/modules/creativeelements/core/dynamic-tags/manager.php:237 (getContent)
/modules/creativeelements/core/dynamic-tags/manager.php:128 (getTagDataContent)
/modules/creativeelements/core/dynamic-tags/manager.php:93 (parseTagText)
:undefined (CE\{closure})
/modules/creativeelements/core/dynamic-tags/manager.php:92 (preg_replace_callback)
/modules/creativeelements/includes/controls/base-data.php:88 (parseTagsText)
/modules/creativeelements/includes/base/controls-stack.php:1121 (parseTags)
/modules/creativeelements/includes/base/controls-stack.php:1104 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (parseDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/widgets/icon-list.php:587 (getSettingsForDisplay)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_supplierlist" LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=1
ORDER BY b.sort_order asc |
0.222
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.221
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 11) LIMIT 1 |
0.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/kits/manager.php:34 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:52 (getActiveId)
/modules/creativeelements/core/kits/manager.php:138 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:113 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_homecategories" LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (getModuleIdByName)
/modules/ets_crosssell/ets_crosssell.php:1273 (isInstalled)
/modules/ets_crosssell/ets_crosssell.php:2061 (hookActionPageCacheAjax)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 2
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:666 (__construct)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=1
ORDER BY b.sort_order asc |
0.214
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/mergado/mergado.php:821 (__construct)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=11 AND c.id_category!=11
ORDER BY cl.name ASC,c.id_category ASC |
0.213
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5724 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5394 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:4977 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2885 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=15 AND c.id_category!=15
ORDER BY cl.name ASC,c.id_category ASC |
0.213
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=2 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=18 AND c.id_category!=18
ORDER BY cl.name ASC,c.id_category ASC |
0.213
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1674 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 1 |
0.212
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:81
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:98 (getAttributeSmall)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/ets_megamenu/classes/MM_Menu.php:541 (getCMSLink)
/modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=2
ORDER BY sort_order asc |
0.209
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11010000 AND `name` = "_elementor_css" LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.204
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:25 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/kits/manager.php:54 (get)
/modules/creativeelements/core/kits/manager.php:138 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:113 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.199
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/ambjolisearch/ambjolisearch.php:2469 (getFormattedName)
/modules/ambjolisearch/ambjolisearch.php:1978 (getImageFormattedName)
/modules/ambjolisearch/ambjolisearch.php:207 (initImagesPath)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "xps_checkout" LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:153 (isInstalled)
/modules/thecheckout/thecheckout.php:274 (__construct)
/modules/thecheckout/thecheckout.php:224 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2227 (isMultiCurrencyActivated)
/modules/ps_supplierlist/ps_supplierlist.php:250 (getCacheId)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=2
ORDER BY b.sort_order asc |
0.196
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=2
ORDER BY b.sort_order asc |
0.194
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (getModuleIdByName)
/modules/ets_crosssell/ets_crosssell.php:262 (isInstalled)
/modules/ets_crosssell/ets_crosssell.php:2293 (_defines)
/modules/ets_crosssell/ets_crosssell.php:2229 (_checkHasCrosssell)
/modules/ets_crosssell/ets_crosssell.php:2062 (isCrosssell)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1
AND image_shop.`cover` = 1 LIMIT 1 |
0.192
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
0.188
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
0.188
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=2
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:618
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 2170201 AND `name` = "_elementor_css" LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
32 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Currency.php:873
/modules/mergado/includes/helpers/ProductHelper.php:23 (getCurrency)
/modules/mergado/mergado.php:496 (insertProductData)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:269 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=6
ORDER BY sort_order asc |
0.182
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.181
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=6
ORDER BY sort_order asc |
0.179
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.178
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11010000 AND `name` = "_elementor_data" LIMIT 1 |
0.177
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 11
AND `id_shop` = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11040201 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.175
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:837 (isBuiltWithElementor)
/modules/creativeelements/creativeelements.php:567 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.174
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=1
ORDER BY sort_order asc |
0.174
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-analytical" AND `id_shop`="0") LIMIT 1 |
0.174
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:144 (getSettings)
/modules/mergado/includes/tools/CookieService.php:180 (getAnalyticalCustomName)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:973 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_heureka_overeno_zakazniky_sk" AND `id_shop`="0") LIMIT 1 |
0.170
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/mergado.php:941 (getSettings)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 4170201 AND `name` = "_elementor_data" LIMIT 1 |
0.169
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=2
ORDER BY sort_order asc |
0.168
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.168
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:65 (isCookieBlockingEnabled)
/modules/mergado/includes/services/Kelkoo/KelkooServiceIntegration.php:46 (advertismentEnabled)
/modules/mergado/mergado.php:869 (insertKelkooHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.167
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.167
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE `id_ce_revision` FROM ps_ce_revision WHERE `parent` = 11040201 AND `active` = 0 AND `id_employee` = 0 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:509
/modules/creativeelements/includes/utils.php:162 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:813 (getPostAutosave)
/modules/creativeelements/core/base/document.php:333 (getAutosaveId)
/modules/creativeelements/core/documents-manager.php:233 (getAutosave)
/modules/creativeelements/core/settings/page/model.php:176 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1147 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:174 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:501 (printConfig)
/modules/creativeelements/includes/frontend.php:582 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="glami-form-active-lang-HU" AND `id_shop`="0") LIMIT 1 |
0.164
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/mergado.php:804 (getSettings)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 2170201 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.164
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 2170201 AND `name` = "_elementor_data" LIMIT 1 |
0.163
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=3
ORDER BY sort_order asc |
0.162
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.161
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
233 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.161
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=6
ORDER BY sort_order asc |
0.159
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 2170201 AND `name` = "_elementor_data" LIMIT 1 |
0.158
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:846 (getElementsData)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.158
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=1
ORDER BY sort_order asc |
0.156
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.156
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=2
ORDER BY sort_order asc |
0.155
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/dev/smarty/compile/classic/87/79/87/8779870a7a2a107f346c732e6f8d4eaf2bcebb56_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fba16830_02851305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1684 (display)
/modules/ets_megamenu/ets_megamenu.php:1360 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="glami_active" AND `id_shop`="0") LIMIT 1 |
0.154
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/mergado.php:803 (getSettings)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.154
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:65 (isCookieBlockingEnabled)
/modules/mergado/includes/tools/CookieService.php:200 (advertismentEnabled)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_adwords_conversion" AND `id_shop`="0") LIMIT 1 |
0.154
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:132 (getSettings)
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:69 (getConversionsActive)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:60 (isConversionsActive)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'hu-hu'
OR `language_code` = 'hu-hu' LIMIT 1 |
0.153
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-compari-active" AND `id_shop`="0") LIMIT 1 |
0.153
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:173 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:50 (getActive)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1005 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="adwords_remarketing" AND `id_shop`="0") LIMIT 1 |
0.152
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:160 (getSettings)
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:99 (getRemarketingActive)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:61 (isRemarketingActive)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "xbraintreeofficial" LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2107 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:153 (isInstalled)
/modules/thecheckout/thecheckout.php:274 (__construct)
/modules/thecheckout/thecheckout.php:224 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
300 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1 |
0.150
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:109 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_analytics_code" AND `id_shop`="0") LIMIT 1 |
0.149
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleUniversalAnalytics/GoogleUniversalAnalyticsService.php:106 (getSettings)
/modules/mergado/includes/services/Google/GoogleUniversalAnalytics/GoogleUniversalAnalyticsServiceIntegration.php:31 (getCode)
/modules/mergado/includes/traits/SingletonTrait.php:24 (__construct)
/modules/mergado/mergado.php:128 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 8) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 6) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_adwords_conversion_label" AND `id_shop`="0") LIMIT 1 |
0.145
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:196 (getSettings)
/modules/mergado/includes/services/Google/GoogleAds/GoogleAdsService.php:71 (getConversionsLabel)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:60 (isConversionsActive)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-ga-ua-active" AND `id_shop`="0") LIMIT 1 |
0.144
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4Service.php:124 (getSettings)
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4Service.php:50 (getActive)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:57 (isActive)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=5
ORDER BY sort_order asc |
0.144
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.142
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.142
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:42 (isCookieBlockingEnabled)
/modules/mergado/includes/tools/CookieService.php:195 (analyticalEnabled)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'hu-hu'
OR `language_code` = 'hu-hu' LIMIT 1 |
0.140
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11040201 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/base/page-base.php:206 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/modules/page-templates/module.php:70 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:653 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 7) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE * FROM ps_facebookpixels WHERE pixel_type = 1 AND pixel_active = 1 |
0.140
ms
|
1 |
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2914
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3228 (displayPixels)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.139
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:325 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1389 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1369 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1314 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic/9c/41/66/9c4166042d3dd6bd38d86c6b3ebb8a220d1d0092_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6859c4fb9fc488_31336689)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/ets_megamenu/ets_megamenu.php:2336 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1800 (display)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1 |
0.138
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_zbozi_konverze" AND `id_shop`="0") LIMIT 1 |
0.137
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Zbozi/ZboziClass.php:88 (getSettings)
/modules/mergado/includes/services/Zbozi/ZboziClass.php:54 (getActive)
/modules/mergado/mergado.php:975 (isActive)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-pazaruvaj-active" AND `id_shop`="0") LIMIT 1 |
0.137
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:173 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:50 (getActive)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1006 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=5
ORDER BY sort_order asc |
0.137
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1374 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "supercheckout" LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE * FROM ps_af_settings
WHERE id_shop = 1 |
0.136
ms
|
7 |
|
|
/modules/amazzingfilter/amazzingfilter.php:1544
/modules/amazzingfilter/amazzingfilter.php:1523 (getSavedSettings)
/modules/amazzingfilter/amazzingfilter.php:3659 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-advertisement" AND `id_shop`="0") LIMIT 1 |
0.136
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:130 (getSettings)
/modules/mergado/includes/tools/CookieService.php:181 (getAdvertisementCustomName)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=1
ORDER BY sort_order asc |
0.136
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.136
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE id_product AS id, position FROM ps_category_product
WHERE id_category = 11 |
0.134
ms
|
1 |
|
|
/modules/amazzingfilter/amazzingfilter.php:5591
/modules/amazzingfilter/amazzingfilter.php:5331 (getProductPosition)
/modules/amazzingfilter/amazzingfilter.php:4976 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2885 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.134
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/mergado.php:815 (isCookieBlockingEnabled)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-compari-web-api-key" AND `id_shop`="0") LIMIT 1 |
0.134
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:187 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:51 (getWebApiKey)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1005 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-pazaruvaj-web-api-key" AND `id_shop`="0") LIMIT 1 |
0.134
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:187 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:51 (getWebApiKey)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1006 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="arukereso-active" AND `id_shop`="0") LIMIT 1 |
0.133
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:173 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:50 (getActive)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1004 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=5
ORDER BY sort_order asc |
0.133
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:92 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 11 AND ctg.`id_group` = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/ets_megamenu/classes/MM_Config.php:973 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp_biano_star_active" AND `id_shop`="0") LIMIT 1 |
0.131
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Biano/BianoStar/BianoStarService.php:89 (getSettings)
/modules/mergado/includes/services/Biano/BianoStar/BianoStarService.php:66 (getActive)
/modules/mergado/includes/services/Biano/BianoStar/BianoStarServiceIntegration.php:36 (isActive)
/modules/mergado/mergado.php:1007 (addCheckboxForPS17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_analytics_active" AND `id_shop`="0") LIMIT 1 |
0.131
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleUniversalAnalytics/GoogleUniversalAnalyticsService.php:91 (getSettings)
/modules/mergado/includes/services/Google/GoogleUniversalAnalytics/GoogleUniversalAnalyticsService.php:46 (getActive)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:56 (isActive)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="biano_active" AND `id_shop`="0") LIMIT 1 |
0.131
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Biano/Biano/BianoClass.php:203 (getSettings)
/modules/mergado/includes/services/Biano/Biano/BianoClass.php:59 (getActive)
/modules/mergado/mergado.php:898 (isActive)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="arukereso-web-api-key" AND `id_shop`="0") LIMIT 1 |
0.131
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:187 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:51 (getWebApiKey)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:112 (isActive)
/modules/mergado/mergado.php:1004 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="arukereso-verify-opt-out-text-HU" AND `id_shop`="0") LIMIT 1 |
0.131
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyService.php:198 (getSettings)
/modules/mergado/includes/services/ArukeresoFamily/AbstractArukeresoFamilyServiceIntegration.php:113 (getOptOut)
/modules/mergado/mergado.php:1004 (addCheckboxForPs17)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=3
ORDER BY sort_order asc |
0.131
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/amazzingfilter/amazzingfilter.php:1524 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:3659 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 3 AND `id_object` = 11 LIMIT 1 |
0.130
ms
|
2 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_tag_manager_ecommerce" AND `id_shop`="0") LIMIT 1 |
0.129
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:148 (getSettings)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:80 (getEcommerceActive)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerServiceIntegration.php:107 (isEnhancedEcommerceActive)
/modules/mergado/mergado.php:891 (insertDefaultHelpers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 11040201 AND `name` = "_wp_page_template" LIMIT 1 |
0.128
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:912 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:73 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:653 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.128
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1374 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:110 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:92 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.127
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:42 (isCookieBlockingEnabled)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:41 (analyticalEnabled)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_zbozi_secret" AND `id_shop`="0") LIMIT 1 |
0.127
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Zbozi/ZboziClass.php:144 (getSettings)
/modules/mergado/includes/services/Zbozi/ZboziClass.php:55 (getKey)
/modules/mergado/mergado.php:975 (isActive)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1 |
0.126
ms
|
8 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1356 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=3
ORDER BY sort_order asc |
0.126
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE * FROM ps_category
WHERE id_category = 11 LIMIT 1 |
0.123
ms
|
1 |
|
|
/modules/amazzingfilter/amazzingfilter.php:2840
/modules/amazzingfilter/amazzingfilter.php:3244 (getSubcategories)
/modules/amazzingfilter/amazzingfilter.php:3218 (getRawFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2957 (getFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2881 (prepareFiltersData)
/modules/amazzingfilter/amazzingfilter.php:3691 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.123
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-ga-ua-code" AND `id_shop`="0") LIMIT 1 |
0.122
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4Service.php:140 (getSettings)
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4ServiceIntegration.php:33 (getCode)
/modules/mergado/includes/traits/SingletonTrait.php:24 (__construct)
/modules/mergado/mergado.php:129 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1 AND id_shop=1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 45 AND `id_shop` = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.119
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:65 (isCookieBlockingEnabled)
/modules/mergado/includes/services/Google/Gtag/GtagIntegrationHelper.php:47 (advertismentEnabled)
/modules/mergado/mergado.php:873 (insertHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 11
AND `id_shop` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 1) AND (pl.id_lang = 2 AND pl.id_shop = 1 ) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:7726
/modules/cdc_googletagmanager/services/Gtm_Product.php:184 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:975 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_heureka_overeno_zakazniky_cz" AND `id_shop`="0") LIMIT 1 |
0.118
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/mergado.php:940 (getSettings)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 25 LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/creativeelements/modules/premium/widgets/contact-form.php:1357 (getConsentActive)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.118
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:129
/modules/ets_megamenu/classes/MM_Menu.php:516 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1794 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1761 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 3 LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:31 (__construct)
/modules/cdc_googletagmanager/services/Gtm_Product.php:164 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:93 (getProductName)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE ac.id_faq
FROM ps_faq_association_category ac
WHERE ac.id_category IN( 11) |
0.118
ms
|
1 |
|
|
/modules/faqs/classes/faqsPost.php:552
/modules/faqs/faqs.php:1195 (getIdFaqsAssociatedToProductCategories)
/modules/faqs/faqs.php:1121 (getTemplateVariables)
/modules/faqs/faqs.php:1139 (hookDisplayFaqsLeftColumn)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'HUF') LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_tag_manager_active" AND `id_shop`="0") LIMIT 1 |
0.117
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:114 (getSettings)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:47 (getActive)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerServiceIntegration.php:56 (isActive)
/modules/mergado/mergado.php:890 (insertDefaultCode)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php:118 (getNameById)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:145 (addItem)
/modules/cdc_googletagmanager/classes/DataLayer.php:166 (addProductList)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1549 (addCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1046 (displayCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:635 (generateEnhancedEcommerce)
/classes/Hook.php:1077 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:266 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/e9/99/56e999f84048651855d51a53f03b9998dd60d50d_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ea603_34036374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/module/Module.php:2659
/modules/creativeelements/modules/premium/widgets/contact-form.php:1357 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2184 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/creativeelements/modules/premium/widgets/email-subscription.php:1004 (getConsentActive)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:994 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mmp-ga-ua-ecommerce" AND `id_shop`="0") LIMIT 1 |
0.115
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4Service.php:162 (getSettings)
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4Service.php:62 (getEcommerce)
/modules/mergado/includes/services/Google/GoogleAnalytics4/GoogleAnalytics4ServiceIntegration.php:45 (isActiveEcommerce)
/modules/mergado/mergado.php:877 (insertDefaultHelpers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_tag_manager_ecommerce_enhanced" AND `id_shop`="0") LIMIT 1 |
0.115
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:162 (getSettings)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:81 (getEnhancedEcommerceActive)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerServiceIntegration.php:107 (isEnhancedEcommerceActive)
/modules/mergado/mergado.php:891 (insertDefaultHelpers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="fb_pixel" AND `id_shop`="0") LIMIT 1 |
0.115
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Facebook/FacebookClass.php:127 (getSettings)
/modules/mergado/includes/services/Facebook/FacebookClass.php:46 (getActive)
/modules/mergado/mergado.php:924 (isActive)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="fb_pixel_code" AND `id_shop`="0") LIMIT 1 |
0.114
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Facebook/FacebookClass.php:142 (getSettings)
/modules/mergado/includes/services/Facebook/FacebookClass.php:47 (getCode)
/modules/mergado/mergado.php:924 (isActive)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2212 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="mergado_google_tag_manager_code" AND `id_shop`="0") LIMIT 1 |
0.113
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:128 (getSettings)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerService.php:48 (getCode)
/modules/mergado/includes/services/Google/GoogleTagManager/GoogleTagManagerServiceIntegration.php:56 (isActive)
/modules/mergado/mergado.php:890 (insertDefaultCode)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1001 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2192 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-functional" AND `id_shop`="0") LIMIT 1 |
0.112
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:160 (getSettings)
/modules/mergado/includes/tools/CookieService.php:182 (getFunctionalCustomName)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d1/9d/bf/d19dbf788b78933c1ab36316a7ddad22f174c5a4_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdb25268_63792522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:279 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/b9/dd/e5b9dd09288ea143df01ca11d6ea1870d45853a3_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abdaad989_45543983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ab/ce/09/abce093300a9dbf07b353361ddc563829f5e3d72_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda90ec0_95129251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/3f/aa/c53faa41650b1a3c73f806da228db52688e00427_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda86e74_86433083)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9b/c6/8d/9bc68dddced613e59b73380a23dfef6c1acb2a1a_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abda81992_17738823)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/module/Module.php:2132
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 3 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/ets_crosssell/ets_crosssell.php:262 (isEnabled)
/modules/ets_crosssell/ets_crosssell.php:2293 (_defines)
/modules/ets_crosssell/ets_crosssell.php:2229 (_checkHasCrosssell)
/modules/ets_crosssell/ets_crosssell.php:2062 (isCrosssell)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE value
FROM `ps_mergado`
WHERE (`key`="form-cookie-enable-always" AND `id_shop`="0") LIMIT 1 |
0.107
ms
|
194 |
|
|
/modules/mergado/includes/tools/SettingsClass.php:183
/modules/mergado/includes/tools/CookieService.php:116 (getSettings)
/modules/mergado/includes/tools/CookieService.php:88 (isCookieBlockingEnabled)
/modules/mergado/includes/tools/CookieService.php:190 (functionalEnabled)
/modules/mergado/includes/tools/CookieService.php:175 (jsAddCustomerVariableNames)
/modules/mergado/mergado.php:1026 (createJsVariables)
/modules/mergado/mergado.php:808 (createJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/creativeelements/modules/premium/widgets/contact-form.php:1356 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.102
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:979 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.099
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.099
ms
|
2 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1763 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1777 (displayMenuFrontend)
/classes/Hook.php:1077 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:206 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:228 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/includes/base/element-base.php:888 (printElement)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/core/base/document.php:1084 (printElement)
/modules/creativeelements/core/base/document.php:1035 (doPrintElements)
/modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/creativeelements.php:670 (getBuilderContent)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/ets_megamenu/classes/MM_Config.php:975 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/mergado/mergado.php:823 (getProducts)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/module/Module.php:2659
/modules/creativeelements/modules/premium/widgets/email-subscription.php:1004 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:994 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2192 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "af_seopages" LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/amazzingfilter/amazzingfilter.php:1524 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:3659 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2747 (defineFilterParams)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 53 AND `id_shop` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2184 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/ets_megamenu/classes/MM_Config.php:979 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1497 (getConfig)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1365 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "thecheckout" LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "easycheckout" LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2212 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "spsearchpro" LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2294 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2236 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2317 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/creativeelements/modules/premium/widgets/contact-form.php:1365 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2294 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycheckout" LIMIT 1 |
0.082
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
0.080
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmsearch" LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2203 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2236 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "idxropc" LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2203 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2220 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3482 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3015 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3726 (printPixels)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/27/da/61/27da612a230bc424735d99ff0b23bed3648c14c1_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8ce3e4_01501310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/b7/09/0eb709b9acc2f7d2b9e5a151c63bc85db5670516_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8bf771_76349374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/16/3b/bf163b7c0234c7046380c7e5801dcd70441ff10d_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8b8647_18735066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/c3/58/38c358341d3fa3c3c7f56c71e6af1b65646cacae_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a9db9_27521168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/69/ec/25/69ec25078ad0969a00ccd9f58903971989149c4b_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_685a0abd8a19f8_09294877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "labblocksearch" LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2220 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2226 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2247 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2271 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2278 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2278 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2327 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "labsearch" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2226 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2247 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2264 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2264 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2302 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2132
/modules/ambjolisearch/ambjolisearch.php:2302 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2317 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "is_themecore" LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2327 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bonsearch" LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2271 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:432 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|