210 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c 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 cp.id_category IN (202, 158, 287, 84) GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
39.511
ms
|
1851450062400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
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`) |
8.080
ms
|
3732 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:309 (get)
/classes/shop/Shop.php:394 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
113 |
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 |
2.971
ms
|
514 |
|
|
/classes/Hook.php:447
/classes/Hook.php:484 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3851 (getManager)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c 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 p.id_manufacturer='63' GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) 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 cg.id_group='1' AND c.nleft>78 AND c.nright<169 GROUP BY cp.id_category |
2.630
ms
|
289 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
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 |
2.584
ms
|
0 |
|
|
/classes/Hook.php:1231
/classes/Hook.php:218 (getAllHookIds)
/classes/Hook.php:497 (getIdByName)
/classes/module/Module.php:2145 (isModuleRegisteredOnHook)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65 (isRegisteredInHook)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 (isModuleEnabledAndHookedOn)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
627 |
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` = 1 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` = 1)
AND c.`id_category` != 1
AND `level_depth` <= 7
AND nleft >= 78 AND nright <= 169
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 |
2.518
ms
|
237 |
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:994 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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`
INNER JOIN `ps_module_shop` `mshop` ON mshop.`id_module` = m.`id_module`
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` |
2.304
ms
|
207 |
Yes
|
Yes
|
/classes/Hook.php:1172
/classes/Hook.php:689 (getAllHookRegistrations)
/classes/Hook.php:793 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
205 |
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 p.id_manufacturer='63' AND cp.id_category IN (202, 158, 287, 84) 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 DESC, p.id_product DESC LIMIT 0, 36 |
2.044
ms
|
289 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
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` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
2.040
ms
|
97 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
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` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.994
ms
|
97 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
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` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 319
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.852
ms
|
237 |
Yes
|
Yes
|
/classes/Category.php:897
/controllers/front/listing/CategoryController.php:215 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c 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 p.id_manufacturer='63' AND cp.id_category IN (202, 158, 287, 84) GROUP BY p.id_product) p GROUP BY p.condition |
1.819
ms
|
289 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 p.id_manufacturer='63' AND cp.id_category IN (202, 158, 287, 84) GROUP BY p.id_product) p |
1.782
ms
|
289 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Products.php:94 (count)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
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-05-23 00:00:00",
INTERVAL 60 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` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 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` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 1 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
1.698
ms
|
19 |
|
|
/classes/Category.php:1035
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
644 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('559210', '', 'rueil-modelisme.com/319-tamiya?q=Cat%C3%A9gories-DT%5C-03+Tamiya-M%5C-06+Tamiya-M%5C-07+Tamiya-TT01%5C%2FTT01D+Tamiya%2FMarque-Robitronic', '', '2025-05-23 03:51:05') |
1.696
ms
|
1 |
|
|
/classes/ObjectModel.php:611
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:983 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
UPDATE `ps_configuration` SET `value` = '2025-05-24 03:51:05',`date_upd` = '2025-05-23 03:51:05' 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 |
1.614
ms
|
1 |
|
|
/classes/Configuration.php:486
/modules/ets_megamenu/ets_megamenu.php:1763 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("68733ac53ba510a4638295ac9c3ee6e9", "a:1:{s:7:\"filters\";a:4:{i:0;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"État\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Neuf\";s:3:\"nbr\";i:3;}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Utilisé\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:14:\"Reconditionné\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:14:{i:1;a:2:{s:4:\"name\";s:6:\"Tamiya\";s:3:\"nbr\";i:68;}i:2;a:2:{s:4:\"name\";s:3:\"T2M\";s:3:\"nbr\";i:3;}i:3;a:2:{s:4:\"name\";s:11:\"Yeah Racing\";s:3:\"nbr\";i:44;}i:4;a:2:{s:4:\"name\";s:7:\"Traxxas\";s:3:\"nbr\";i:2;}i:6;a:2:{s:4:\"name\";s:6:\"Topcad\";s:3:\"nbr\";i:3;}i:11;a:2:{s:4:\"name\";s:18:\"Speed Racing Parts\";s:3:\"nbr\";i:2;}i:16;a:2:{s:4:\"name\";s:10:\"Snake Race\";s:3:\"nbr\";i:19;}i:17;a:2:{s:4:\"name\";s:7:\"3racing\";s:3:\"nbr\";i:4;}i:18;a:2:{s:4:\"name\";s:7:\"Team DC\";s:3:\"nbr\";i:1;}i:37;a:2:{s:4:\"name\";s:6:\"konect\";s:3:\"nbr\";i:1;}i:38;a:2:{s:4:\"name\";s:7:\"Tornado\";s:3:\"nbr\";i:2;}i:48;a:2:{s:4:\"name\";s:6:\"Carson\";s:3:\"nbr\";i:2;}i:63;a:3:{s:4:\"name\";s:10:\"Robitronic\";s:3:\"nbr\";i:3;s:7:\"checked\";b:1;}i:78;a:2:{s:4:\"name\";s:10:\"XTRA SPEED\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:24;s:3:\"min\";d:8;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:3;s:5:\"value\";N;}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:28:{i:81;a:2:{s:4:\"name\";s:31:\"Ford F350/ Hilux/ Tundra Tamiya\";s:3:\"nbr\";i:6;}i:82;a:2:{s:4:\"name\";s:26:\"CR01: Toyota BJ40.. Tamiya\";s:3:\"nbr\";i:4;}i:83;a:2:{s:4:\"name\";s:11:\"TL01 Tamiya\";s:3:\"nbr\";i:3;}i:84;a:3:{s:4:\"name\";s:17:\"TT01/TT01D Tamiya\";s:3:\"nbr\";i:3;s:7:\"checked\";b:1;}i:85;a:2:{s:4:\"name\";s:12:\"DF-03 Tamiya\";s:3:\"nbr\";i:3;}i:101;a:2:{s:4:\"name\";s:17:\"M-châssis Tamiya\";s:3:\"nbr\";i:3;}i:102;a:2:{s:4:\"name\";s:28:\"Dual Hunter / Twin detonator\";s:3:\"nbr\";i:1;}i:103;a:2:{s:4:\"name\";s:12:\"DF-02 Tamiya\";s:3:\"nbr\";i:3;}i:105;a:2:{s:4:\"name\";s:11:\"CC01 Tamiya\";s:3:\"nbr\";i:6;}i:107;a:2:{s:4:\"name\";s:11:\"TLT1 Tamiya\";s:3:\"nbr\";i:1;}i:116;a:2:{s:4:\"name\";s:10:\"DB01 Durga\";s:3:\"nbr\";i:3;}i:119;a:2:{s:4:\"name\";s:11:\"F-103 F-104\";s:3:\"nbr\";i:3;}i:127;a:2:{s:4:\"name\";s:11:\"M-05 Tamiya\";s:3:\"nbr\";i:3;}i:148;a:2:{s:4:\"name\";s:12:\"DT-02 Tamiya\";s:3:\"nbr\";i:4;}i:154;a:2:{s:4:\"name\";s:12:\"TB-03 Tamiya\";s:3:\"nbr\";i:3;}i:155;a:2:{s:4:\"name\";s:15:\"DF-03 RA Tamiya\";s:3:\"nbr\";i:3;}i:156;a:2:{s:4:\"name\";s:20:\"Lunch Box / Midnight\";s:3:\"nbr\";i:2;}i:158;a:3:{s:4:\"name\";s:11:\"M-06 Tamiya\";s:3:\"nbr\";i:3;s:7:\"checked\";b:1;}i:171;a:2:{s:4:\"name\";s:21:\"Sand Scorcher Tamiya\";s:3:\"nbr\";i:4;}i:173;a:2:{s:4:\"name\";s:11:\"TA05 Tamiya\";s:3:\"nbr\";i:3;}i:175;a:2:{s:4:\"name\";s:12:\"TT-02 Tamiya\";s:3:\"nbr\";i:3;}i:176;a:2:{s:4:\"name\";s:18:\"Buggy Champ Tamiya\";s:3:\"nbr\";i:3;}i:177;a:2:{s:4:\"name\";s:18:\"Grasshopper Hornet\";s:3:\"nbr\";i:3;}i:178;a:2:{s:4:\"name\";s:12:\"TT02B Tamiya\";s:3:\"nbr\";i:4;}i:200;a:2:{s:4:\"name\";s:11:\"XV01 Tamiya\";s:3:\"nbr\";i:2;}i:202;a:3:{s:4:\"name\";s:12:\"DT-03 Tamiya\";s:3:\"nbr\";i:2;s:7:\"checked\";b:1;}i:263;a:2:{s:4:\"name\";s:11:\"MF01 Tamiya\";s:3:\"nbr\";i:1;}i:285;a:2:{s:4:\"name\";s:11:\"CC02 Tamiya\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
1.597
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
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 cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
1.376
ms
|
237 |
Yes
|
|
/classes/Category.php:697
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(89,90,91,106,117,118,179,190,192,193,195,196,267,312)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.930
ms
|
14 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(300,301,304,305,308,309,310,311,318,368,371,376)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.914
ms
|
12 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) 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_product cp ON (p.id_product = cp.id_product) 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 p.id_manufacturer='63' AND cp.id_category IN (202, 158, 287, 84) |
0.891
ms
|
17 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(176,177,178,200,202,263,264,265,285,287,299,378)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.877
ms
|
12 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(116,119,127,148,154,155,156,158,171,173,175)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.862
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 data FROM ps_layered_filter_block WHERE hash="68733ac53ba510a4638295ac9c3ee6e9" LIMIT 1 |
0.861
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(159,160,161,162,273,275,291,292,293)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.845
ms
|
9 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(33,34,35,36,38,88,138)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.819
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(29,81,82,83,84,85,101,102,103,105,107)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.818
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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,17,373,18,19,23,114,130,313,369,370)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.805
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.805
ms
|
974 |
|
|
/classes/Hook.php:1271
/classes/Hook.php:764 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
497 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(180,246,271,286,302,303,307)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.804
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(76,77,78,131,133,149,261)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.802
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(252,253,254,256,257,258,259,260)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.793
ms
|
8 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(120,129,153,172,174,242)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.774
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(86,121,169,306,314,372)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.762
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(186,250,268,290)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.746
ms
|
4 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(166,167,168,278,296,297)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.735
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(185,233)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.725
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(31,32)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.710
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(134,135,136)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.710
ms
|
3 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(141,187)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.703
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(170,247)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.701
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(79,80,123)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.700
ms
|
3 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(164,165)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.699
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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.696
ms
|
46 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
121 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5717 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5717 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.692
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5241 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.691
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
629 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3565) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.687
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4407
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:523 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:237 (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/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09db9198_80055243)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/58/6c/63/586c6363569c5eb1de8633393fd7fe46e4eaf65f_2.file.productlist.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09da0a83_02264320)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/a6/f4/dfa6f418eb344db9f2183987ae336d04271b1935_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09d9b443_49506637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:93 (_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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:170 (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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
628 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5592) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.684
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4407
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:523 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:237 (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/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09db9198_80055243)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/58/6c/63/586c6363569c5eb1de8633393fd7fe46e4eaf65f_2.file.productlist.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09da0a83_02264320)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/a6/f4/dfa6f418eb344db9f2183987ae336d04271b1935_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09d9b443_49506637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:93 (_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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:170 (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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(11,95,96,104,197,280)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.683
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(294,295)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.683
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(238,239)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.683
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(54,97)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.666
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(15,16,189,243,29)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.665
ms
|
5 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4373 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.664
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-23 00:00:00',
INTERVAL 60 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 = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
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 = 5592
LIMIT 1 |
0.662
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125 (addMissingProductFields)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5044 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5044 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.646
ms
|
974 |
|
|
/classes/Hook.php:1231
/classes/Hook.php:218 (getAllHookIds)
/classes/Hook.php:802 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
630 |
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3329) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.644
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4407
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:523 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:237 (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/classic_childlayouts_layout_left_column_tpl/f0/5d/1c/f05d1c01640324399adaf8cf65ead12bad592253_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09db9198_80055243)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/58/6c/63/586c6363569c5eb1de8633393fd7fe46e4eaf65f_2.file.productlist.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09da0a83_02264320)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/a6/f4/dfa6f418eb344db9f2183987ae336d04271b1935_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09d9b443_49506637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:93 (_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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:170 (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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3588 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.643
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4544 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.640
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(245,289)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.639
ms
|
2 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4976 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'DT-03 Tamiya'
AND c.`id_category` != 1
AND c.`id_parent` = 319 LIMIT 1 |
0.612
ms
|
2 |
|
|
/classes/Category.php:1460
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5717) AND (b.`id_shop` = 1) LIMIT 1 |
0.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-23 00:00:00',
INTERVAL 60 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 = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
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 = 3565
LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125 (addMissingProductFields)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 5717
ORDER BY f.position ASC |
0.573
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'M-06 Tamiya'
AND c.`id_category` != 1
AND c.`id_parent` = 319 LIMIT 1 |
0.556
ms
|
2 |
|
|
/classes/Category.php:1460
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'M-07 Tamiya'
AND c.`id_category` != 1
AND c.`id_parent` = 319 LIMIT 1 |
0.548
ms
|
2 |
|
|
/classes/Category.php:1460
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-23 00:00:00',
INTERVAL 60 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 = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
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 = 3329
LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125 (addMissingProductFields)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(288)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.544
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5592 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5592 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.542
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'TT01/TT01D Tamiya'
AND c.`id_category` != 1
AND c.`id_parent` = 319 LIMIT 1 |
0.541
ms
|
2 |
|
|
/classes/Category.php:1460
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 4373
ORDER BY f.position ASC |
0.533
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3565 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.530
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3588) AND (b.`id_shop` = 1) LIMIT 1 |
0.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(283)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.523
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(60)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.523
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(327)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.522
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 8
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND ('92500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '92500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.517
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3852 (getTaxCalculator)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 4976
ORDER BY f.position ASC |
0.506
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5241) AND (b.`id_shop` = 1) LIMIT 1 |
0.500
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3329 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/Cart.php:1407
/classes/Product.php:4241 (getProductQuantity)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE * FROM `ps_psreassurance` pr
LEFT JOIN ps_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
0.498
ms
|
9 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:493 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:363 (renderTemplateInHook)
/classes/Hook.php:983 (hookdisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(198)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.494
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5044) AND (b.`id_shop` = 1) LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.479
ms
|
83 |
|
|
/classes/module/Module.php:344
/modules/colissimo/colissimo.php:104 (__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:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1209 (coreLoadModule)
/classes/Hook.php:903 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
199 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 319
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.477
ms
|
4 |
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:335 (runQuery)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(249)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.477
ms
|
1 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite, cs.position
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=1
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(5,374,6,22,109,122,137)
GROUP BY c.id_category
ORDER BY cs.position ASC |
0.474
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:180
/modules/ets_megamenu/ets_megamenu.php:1361 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 3588
ORDER BY f.position ASC |
0.473
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_tab` t
LEFT JOIN `ps_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=1)
WHERE 1 AND id_menu=10
ORDER BY sort_order asc |
0.472
ms
|
37 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Tab.php:309
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
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.468
ms
|
83 |
|
|
/classes/module/Module.php:344
/modules/blockreassurance/blockreassurance.php:97 (__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:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1209 (coreLoadModule)
/classes/Hook.php:903 (getInstanceByName)
/classes/controller/FrontController.php:925 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
501 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) AND (b.`id_shop` = 1) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4544) AND (b.`id_shop` = 1) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5592) AND (b.`id_shop` = 1) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4976) AND (b.`id_shop` = 1) LIMIT 1 |
0.462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
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=1
WHERE 1 AND b.id_column=20
ORDER BY b.sort_order asc |
0.460
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
479 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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=1
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.456
ms
|
9 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:498
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4373) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
476 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 = 'rueil-modelisme.com' OR su.domain_ssl = 'rueil-modelisme.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.452
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1356
/classes/shop/Shop.php:351 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
178 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 5044
ORDER BY f.position ASC |
0.451
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 78) AND (a0.`nright` > 169) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
0.447
ms
|
40 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438 (getAll)
/controllers/front/listing/CategoryController.php:231 (rewind)
/classes/controller/FrontController.php:1749 (getBreadcrumbLinks)
/classes/controller/FrontController.php:498 (getBreadcrumb)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1 |
0.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=21
ORDER BY b.sort_order asc |
0.446
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-05-23 00:00:00" AND date_to <= "2025-05-23 23:59:59") OR (date_from >= "2025-05-23 00:00:00" AND date_from <= "2025-05-23 23:59:59") OR (date_from < "2025-05-23 00:00:00" AND date_to > "2025-05-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:519 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:443 (getDiscounts)
/classes/controller/FrontController.php:488 (present)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 247) AND (b.`id_shop` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 5592
ORDER BY f.position ASC |
0.444
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_tab` t
LEFT JOIN `ps_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=1)
WHERE 1 AND id_menu=8
ORDER BY sort_order asc |
0.444
ms
|
37 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Tab.php:309
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
489 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 198) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) AND (b.`id_shop` = 1) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 268) AND (b.`id_shop` = 1) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
520 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
460 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) AND (b.`id_shop` = 1) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=23
ORDER BY b.sort_order asc |
0.437
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
523 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
617 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 275) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
500 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) AND (b.`id_shop` = 1) LIMIT 1 |
0.436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
553 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
0.434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
526 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
0.434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
564 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
0.434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
573 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 252) AND (b.`id_shop` = 1) LIMIT 1 |
0.433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 34622744
AND `date_add` > '2025-05-23 03:21:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.431
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:983 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
588 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
483 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
613 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
533 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
524 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
601 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_ets_mm_tab` t
LEFT JOIN `ps_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=1)
WHERE 1 AND id_menu=9
ORDER BY sort_order asc |
0.422
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Tab.php:309
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
440 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 135) AND (b.`id_shop` = 1) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=36
ORDER BY b.sort_order asc |
0.420
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
465 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
466 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 306) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
519 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
574 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 253) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
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=1
WHERE 1 AND b.id_column=37
ORDER BY b.sort_order asc |
0.419
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 288) AND (b.`id_shop` = 1) LIMIT 1 |
0.419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
439 |
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` = 1
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.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
492 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) AND (b.`id_shop` = 1) LIMIT 1 |
0.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
576 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 256) AND (b.`id_shop` = 1) LIMIT 1 |
0.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
577 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 257) AND (b.`id_shop` = 1) LIMIT 1 |
0.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
472 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 289) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 180) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
510 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 294) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
558 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
561 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
615 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 303) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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` = 8
AND tr.`id_tax_rules_group` = 6
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.416
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5805 (getTaxCalculator)
/classes/Product.php:5695 (getTaxesInformations)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
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=1
WHERE 1 AND b.id_column=27
ORDER BY b.sort_order asc |
0.415
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
502 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 302) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
603 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 168) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
618 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 291) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
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=1
WHERE 1 AND b.id_column=30
ORDER BY b.sort_order asc |
0.415
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
619 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
604 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 278) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
616 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 273) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
504 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
612 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
486 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 290) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
578 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 258) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 5241
ORDER BY f.position ASC |
0.412
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
0.412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
456 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
528 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
457 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 314) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
499 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
562 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
614 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) AND (b.`id_shop` = 1) LIMIT 1 |
0.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
589 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
602 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3565) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
464 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
567 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 261) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
566 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) AND (b.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
586 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
590 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 179) AND (b.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 283) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=40
ORDER BY b.sort_order asc |
0.405
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
468 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 372) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
579 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 259) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
620 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 293) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
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` = 3588) |
0.404
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
563 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
565 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 133) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
597 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 5717
AND image_shop.`cover` = 1 LIMIT 1 |
0.402
ms
|
4 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-05-23 00:00:00" AND date_to <= "2025-05-23 23:59:59") OR (date_from >= "2025-05-23 00:00:00" AND date_from <= "2025-05-23 23:59:59") OR (date_from < "2025-05-23 00:00:00" AND date_to > "2025-05-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.401
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3018 (getCustomerCartRules)
/classes/Cart.php:3402 (getDeliveryOptionList)
/classes/Cart.php:3475 (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:2170 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:488 (present)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
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=1
WHERE 1 AND b.id_column=58
ORDER BY b.sort_order asc |
0.401
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
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=1
WHERE 1 AND b.id_column=43
ORDER BY b.sort_order asc |
0.400
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
596 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 267) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 4544
ORDER BY f.position ASC |
0.398
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:116 (__construct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
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` = 4373
AND image_shop.`cover` = 1 LIMIT 1 |
0.395
ms
|
4 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
605 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 296) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
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` = 4373) |
0.394
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 322) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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.393
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:708
/classes/shop/Shop.php:767 (cacheShops)
/classes/Configuration.php:306 (getShops)
/classes/shop/Shop.php:394 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
247 |
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3329) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:720 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5518 (getProductLink)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
575 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 254) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=28
ORDER BY b.sort_order asc |
0.392
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
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=1
WHERE 1 AND b.id_column=60
ORDER BY b.sort_order asc |
0.390
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
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=1
WHERE 1 AND b.id_column=45
ORDER BY b.sort_order asc |
0.390
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 5241) |
0.389
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
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.387
ms
|
1 |
|
|
/classes/Cart.php:4188
/classes/Cart.php:4163 (hasProducts)
/classes/Cart.php:2114 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:332 (getOrderTotal)
/classes/controller/FrontController.php:488 (present)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
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=1
WHERE 1 AND b.id_column=22
ORDER BY b.sort_order asc |
0.387
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
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=1
WHERE 1 AND b.id_column=38
ORDER BY b.sort_order asc |
0.385
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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` = 5592) |
0.381
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
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=1
WHERE 1 AND b.id_column=54
ORDER BY b.sort_order asc |
0.376
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 3565
ORDER BY f.position ASC |
0.375
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
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` = 4544
AND image_shop.`cover` = 1 LIMIT 1 |
0.372
ms
|
2 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
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=1
WHERE 1 AND b.id_column=56
ORDER BY b.sort_order asc |
0.372
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 3329
ORDER BY f.position ASC |
0.370
ms
|
1 |
Yes
|
|
/classes/Product.php:5854
/classes/Product.php:5662 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
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=1
WHERE 1 AND b.id_column=44
ORDER BY b.sort_order asc |
0.370
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
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` = 5717) |
0.369
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
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=1
WHERE 1 AND b.id_column=29
ORDER BY b.sort_order asc |
0.369
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=39
ORDER BY b.sort_order asc |
0.369
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
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=1
WHERE 1 AND b.id_column=59
ORDER BY b.sort_order asc |
0.369
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
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=1
WHERE 1 AND b.id_column=57
ORDER BY b.sort_order asc |
0.368
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
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=1
WHERE 1 AND b.id_column=25
ORDER BY b.sort_order asc |
0.367
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=31
ORDER BY b.sort_order asc |
0.367
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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=1
WHERE 1 AND b.id_column=32
ORDER BY b.sort_order asc |
0.366
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
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=1
WHERE 1 AND b.id_column=55
ORDER BY b.sort_order asc |
0.364
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
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=1
WHERE 1 AND b.id_column=41
ORDER BY b.sort_order asc |
0.363
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
441 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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` = 1)
WHERE i.`id_product` = 3329
ORDER BY `position` |
0.362
ms
|
4 |
Yes
|
|
/classes/Product.php:3476
/src/Adapter/Image/ImageRetriever.php:69 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
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=1
WHERE 1 AND b.id_column=24
ORDER BY b.sort_order asc |
0.362
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
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` = 1
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.360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=10
ORDER BY sort_order asc |
0.360
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
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` = 4976) |
0.359
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 249) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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` = 5592
AND image_shop.`cover` = 1 LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 1)
WHERE i.`id_product` = 5592
ORDER BY `position` |
0.357
ms
|
1 |
Yes
|
|
/classes/Product.php:3476
/src/Adapter/Image/ImageRetriever.php:69 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
606 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 297) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 325) AND (b.`id_shop` = 1) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 5044) |
0.352
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
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=1
WHERE 1 AND b.id_column=26
ORDER BY b.sort_order asc |
0.352
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=17
ORDER BY sort_order asc |
0.351
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
430 |
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` = 1
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.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_ets_mm_tab` t
LEFT JOIN `ps_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=1)
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.348
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Tab.php:309
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
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` = 1
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.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=53
ORDER BY b.sort_order asc |
0.344
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
580 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 260) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
587 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
591 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
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` = 1
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.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 1)
WHERE i.`id_product` = 3565
ORDER BY `position` |
0.339
ms
|
4 |
Yes
|
|
/classes/Product.php:3476
/src/Adapter/Image/ImageRetriever.php:69 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 373) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
595 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) AND (b.`id_shop` = 1) LIMIT 1 |
0.337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
443 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
636 |
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 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/Currency.php:1128
/classes/Currency.php:1145 (countActiveCurrencies)
/classes/module/Module.php:2199 (isMultiCurrencyActivated)
/modules/ps_socialfollow/ps_socialfollow.php:273 (getCacheId)
/classes/Hook.php:994 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
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` = 1
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.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
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` = 1
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.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 332) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
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.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1081 (__construct)
/classes/Tools.php:697 (getCurrencyInstance)
/classes/controller/FrontController.php:355 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 370) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
592 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 330) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 313) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=13
ORDER BY sort_order asc |
0.330
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 3588
AND image_shop.`cover` = 1 LIMIT 1 |
0.330
ms
|
3 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 329) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.327
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
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` = 4976
AND image_shop.`cover` = 1 LIMIT 1 |
0.326
ms
|
16 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 323) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.326
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/shop/Shop.php:1176
/classes/Currency.php:970 (isFeatureActive)
/classes/Currency.php:892 (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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 317) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 280) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
594 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.324
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.324
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61 (manageData)
/modules/ps_googleanalytics/ps_googleanalytics.php:134 (run)
/classes/Hook.php:983 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.323
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 331) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.322
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 333) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 324) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
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` = 1
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.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.319
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 5241
AND image_shop.`cover` = 1 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=28
ORDER BY sort_order asc |
0.315
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.314
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
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.310
ms
|
1 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
168 |
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` = 5044
AND image_shop.`cover` = 1 LIMIT 1 |
0.310
ms
|
9 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
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=1
WHERE 1 AND b.id_column=11
ORDER BY b.sort_order asc |
0.310
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
593 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 193) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 369) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('92500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '92500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.308
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3878 (getTaxCalculator)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5572 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=20
ORDER BY sort_order asc |
0.307
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 3565) |
0.307
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.306
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.306
ms
|
88 |
|
|
/classes/Hook.php:330
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:354 (normalizeHookName)
/classes/Hook.php:377 (getAllKnownNames)
/classes/Hook.php:911 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
47 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.305
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.305
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.304
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.304
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:145 (setUrl)
/classes/shop/Shop.php:425 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
69 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 304) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
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.304
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:659
/modules/ets_megamenu/ets_megamenu.php:1485 (checkBlockClockCountDown)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.304
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.304
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.304
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.304
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.303
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.303
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.302
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 328) AND (b.`id_shop` = 1) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
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.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (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:414 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=19
ORDER BY sort_order asc |
0.301
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=23
ORDER BY sort_order asc |
0.301
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.301
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=30
ORDER BY sort_order asc |
0.301
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.301
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.300
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.300
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.300
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:142 (__construct)
/classes/shop/Shop.php:425 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
58 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 178) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.300
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.299
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1733 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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=1
WHERE 1 AND b.id_column=33
ORDER BY b.sort_order asc |
0.298
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/Language.php:852
/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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
551 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.297
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.297
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.296
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.295
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
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` = 3565
AND image_shop.`cover` = 1 LIMIT 1 |
0.295
ms
|
4 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.295
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Language.php:852
/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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1081 (__construct)
/classes/Tools.php:697 (getCurrencyInstance)
/classes/controller/FrontController.php:355 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
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=1
WHERE 1 AND b.id_column=50
ORDER BY b.sort_order asc |
0.294
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 1 AND ctg.`id_group` = 1 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/Category.php:1704
/classes/Category.php:946 (checkAccess)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.293
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
517 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.292
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.292
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.291
ms
|
1 |
Yes
|
|
/classes/Currency.php:711
/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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
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=1
WHERE 1 AND b.id_column=12
ORDER BY b.sort_order asc |
0.291
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 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=1
WHERE 1 AND b.id_column=16
ORDER BY b.sort_order asc |
0.291
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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=1
WHERE 1 AND b.id_column=34
ORDER BY b.sort_order asc |
0.290
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
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=1
WHERE 1 AND b.id_column=52
ORDER BY b.sort_order asc |
0.289
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
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=1
WHERE 1 AND b.id_column=47
ORDER BY b.sort_order asc |
0.288
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.288
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.287
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:282 (getImagesTypes)
/classes/controller/FrontController.php:1501 (getNoPictureImage)
/classes/controller/FrontController.php:1627 (getTemplateVarUrls)
/classes/controller/FrontController.php:493 (getTemplateVarShop)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
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=1
WHERE 1 AND b.id_column=46
ORDER BY b.sort_order asc |
0.287
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 308) AND (b.`id_shop` = 1) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
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` = 8) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1646 (generateAddress)
/classes/controller/FrontController.php:493 (getTemplateVarShop)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
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=1
WHERE 1 AND b.id_column=51
ORDER BY b.sort_order asc |
0.286
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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=1
WHERE 1 AND b.id_column=35
ORDER BY b.sort_order asc |
0.285
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
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=1
WHERE 1 AND b.id_column=18
ORDER BY b.sort_order asc |
0.285
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.283
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
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` = 3329) |
0.281
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=15
ORDER BY sort_order asc |
0.279
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.279
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.279
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 309) AND (b.`id_shop` = 1) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 311) AND (b.`id_shop` = 1) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=27
ORDER BY sort_order asc |
0.277
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
624 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.277
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:499
/modules/ets_megamenu/ets_megamenu.php:1733 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 16
AND `id_module` = 13
AND `id_shop` = 1 |
0.276
ms
|
1 |
|
|
/classes/Hook.php:506
/classes/module/Module.php:2145 (isModuleRegisteredOnHook)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65 (isRegisteredInHook)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 (isModuleEnabledAndHookedOn)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5717) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
632 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=22
ORDER BY sort_order asc |
0.275
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 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` = 3329
AND image_shop.`cover` = 1 LIMIT 1 |
0.275
ms
|
4 |
|
|
/classes/Product.php:3501
/classes/Product.php:5501 (getCover)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
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=1
WHERE 1 AND b.id_column=48
ORDER BY b.sort_order asc |
0.275
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) AND (b.`id_shop` = 1) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=24
ORDER BY sort_order asc |
0.274
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=12
ORDER BY sort_order asc |
0.272
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5592 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
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=1
WHERE 1 AND b.id_column=17
ORDER BY b.sort_order asc |
0.270
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=14
ORDER BY sort_order asc |
0.270
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=29
ORDER BY sort_order asc |
0.270
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:74 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customtext" LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
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` = 4544) |
0.269
ms
|
1 |
|
|
/classes/Product.php:3786
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=25
ORDER BY sort_order asc |
0.269
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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.268
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
267 |
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` = 1
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.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 44 AND `id_shop` = 1 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/module/Module.php:2104
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=18
ORDER BY sort_order asc |
0.266
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=21
ORDER BY sort_order asc |
0.266
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 376) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 177) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 368) AND (b.`id_shop` = 1) LIMIT 1 |
0.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
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=1
WHERE 1 AND b.id_column=19
ORDER BY b.sort_order asc |
0.265
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
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=1
WHERE 1 AND b.id_column=62
ORDER BY b.sort_order asc |
0.265
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=11
ORDER BY sort_order asc |
0.264
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=3
ORDER BY sort_order asc |
0.264
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/ObjectModel.php:1692
/classes/Tools.php:704 (isAssociatedToShop)
/classes/controller/FrontController.php:355 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4373 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
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=1
WHERE 1 AND b.id_column=63
ORDER BY b.sort_order asc |
0.263
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1646 (generateAddress)
/classes/controller/FrontController.php:493 (getTemplateVarShop)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3588 AND id_shop=1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3852 (getTaxCalculator)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.260
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 |
0.259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 301) AND (b.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.256
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.256
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 52 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 152) AND (b.`id_shop` = 1) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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.254
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:329 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
89 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.254
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:1646 (generateAddress)
/classes/controller/FrontController.php:493 (getTemplateVarShop)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 285) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5717 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5592 AND id_shop=1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 320) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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.252
ms
|
88 |
|
|
/classes/Hook.php:278
/classes/Hook.php:309 (getAllHookAliases)
/classes/Hook.php:700 (getHookAliasesFor)
/classes/Hook.php:793 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
218 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.252
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.251
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 263) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Currency.php:895
/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:280 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 63
AND `active` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5519 (getNameById)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.249
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 316) AND (b.`id_shop` = 1) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.247
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.247
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
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=1
WHERE 1 AND b.id_column=64
ORDER BY b.sort_order asc |
0.246
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3852 (getTaxCalculator)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5241 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 321) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 374) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=26
ORDER BY sort_order asc |
0.243
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 144) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.243
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/b4/c5/91/b4c59150fcff671c3f80f81e2c34e0cbe13fa562_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09e07bd0_27115351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:341 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
56 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 176) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.242
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 300) AND (b.`id_shop` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
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=1
WHERE 1 AND b.id_column=49
ORDER BY b.sort_order asc |
0.241
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:131 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.240
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.239
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) AND (b.`id_shop` = 1) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) AND (b.`id_shop` = 1) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
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=1
WHERE 1 AND b.id_column=73
ORDER BY b.sort_order asc |
0.235
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:616
/modules/ets_megamenu/classes/MM_Column.php:144 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 318) AND (b.`id_shop` = 1) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 371) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2079 (getModuleIdByName)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:40 (isInstalled)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:61 (isModuleEnabled)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 (isModuleEnabledAndHookedOn)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4544 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (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_shoppingcart" LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:812 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.232
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
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.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4976 AND id_shop=1 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1646 (generateAddress)
/classes/controller/FrontController.php:493 (getTemplateVarShop)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:259
/src/Adapter/Module/ModuleDataProvider.php:230 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:309 (isInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:92 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3588 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 277) AND (b.`id_shop` = 1) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) AND (b.`id_shop` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 378) AND (b.`id_shop` = 1) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 319 AND ctg.`id_group` = 1 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1704
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 148) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) AND (b.`id_shop` = 1) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/controller/FrontController.php:1543 (isEnabled)
/classes/controller/FrontController.php:1686 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:258 (getTemplateVarPage)
/classes/controller/FrontController.php:492 (getTemplateVarPage)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.223
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:221 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/module/Module.php:2104
/classes/controller/FrontController.php:1543 (isEnabled)
/classes/controller/FrontController.php:1686 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:258 (getTemplateVarPage)
/classes/controller/FrontController.php:492 (getTemplateVarPage)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:554 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
93 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.221
ms
|
1 |
|
|
/classes/ObjectModel.php:1555
/classes/ObjectModel.php:1587 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1518 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:497 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:814 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=4
ORDER BY sort_order asc |
0.221
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4373) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/ObjectModel.php:1692
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:414 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=9
ORDER BY sort_order asc |
0.216
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.216
ms
|
7 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:188 (getByNameNType)
/modules/ets_megamenu/ets_megamenu.php:1648 (getFormattedName)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) AND (b.`id_shop` = 1) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=39
ORDER BY sort_order asc |
0.215
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 264) AND (b.`id_shop` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3565 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=5
ORDER BY sort_order asc |
0.214
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4373 AND id_shop=1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:128 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/module/Module.php:2631
/classes/module/Module.php:2103 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:818 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 945 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Hook.php:235
/classes/Hook.php:857 (getNameById)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/ObjectModel.php:1692
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
389 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=38
ORDER BY sort_order asc |
0.211
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:538 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5717 AND `id_group` = 1 LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/module/Module.php:2104
/classes/Hook.php:989 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:938 (coreRenderWidget)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:128 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=16
ORDER BY sort_order asc |
0.209
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/module/Module.php:2104
/modules/ets_megamenu/classes/MM_Config.php:812 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/var/cache/dev/smarty/compile/classic_child/44/92/bd/4492bd1ce323da6730e1104d740a5bff9325ffe3_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e09a2d932_42504721)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1654 (display)
/modules/ets_megamenu/ets_megamenu.php:1361 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.207
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165 (getImagesTypes)
/controllers/front/listing/CategoryController.php:224 (getImage)
/controllers/front/listing/CategoryController.php:190 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1 |
0.207
ms
|
11 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:150 (getAll)
/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:111 (getFundingSourcesDisabled)
/modules/ps_checkout/ps_checkout.php:1609 (buildLink)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 173) AND (b.`id_shop` = 1) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) AND (b.`id_shop` = 1) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4544) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/module/Module.php:2104
/modules/ets_megamenu/classes/MM_Config.php:814 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5241 AND id_shop=1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.203
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4976 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 299) AND (b.`id_shop` = 1) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:201 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:215 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5519 (getNameById)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3329 |
0.198
ms
|
1 |
|
|
/classes/Product.php:2833
/src/Adapter/Image/ImageRetriever.php:75 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3920 (getReductionByIdGroup)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
384 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_group_lang`
WHERE `id_group` = 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:276 (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:414 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=8
ORDER BY sort_order asc |
0.197
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=33
ORDER BY sort_order asc |
0.196
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=6
ORDER BY sort_order asc |
0.195
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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_tab=7
ORDER BY sort_order asc |
0.194
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4373 AND `id_group` = 1 LIMIT 1 |
0.194
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5044 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:276 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:454 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:342 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:320 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=32
ORDER BY sort_order asc |
0.192
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5592 |
0.192
ms
|
1 |
|
|
/classes/Product.php:2833
/src/Adapter/Image/ImageRetriever.php:75 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4544 AND id_shop=1 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=13
ORDER BY sort_order asc |
0.190
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=34
ORDER BY sort_order asc |
0.189
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=5
ORDER BY sort_order asc |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5044 AND `id_group` = 1 LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=11
ORDER BY sort_order asc |
0.187
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=6
ORDER BY sort_order asc |
0.185
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4976 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3329 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.182
ms
|
1 |
|
|
/classes/module/Module.php:2013
/classes/Hook.php:871 (getExceptionsStatic)
/classes/controller/FrontController.php:925 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 16
AND `active` = 1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5519 (getNameById)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 55
AND `active` = 1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5519 (getNameById)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5044) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5241 AND `id_group` = 1 LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=37
ORDER BY sort_order asc |
0.179
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3753 (getSpecificPrice)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3565 |
0.178
ms
|
1 |
|
|
/classes/Product.php:2833
/src/Adapter/Image/ImageRetriever.php:75 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:672 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:88 (present)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 73 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=31
ORDER BY sort_order asc |
0.174
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (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` = 3588 AND `id_group` = 1 LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:259
/src/Adapter/Module/ModuleDataProvider.php:230 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:309 (isInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService)
/var/cache/dev/Ps_checkout8350FrontContainer.php:905 (__construct)
/var/cache/dev/Ps_checkout8350FrontContainer.php:1045 (getPsCheckout_Repository_Prestashop_AccountService)
/var/cache/dev/Ps_checkout8350FrontContainer.php:1035 (getPsCheckout_Validator_MerchantService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getPsCheckout_Validator_FrontControllerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1508 (getService)
/modules/ps_checkout/ps_checkout.php:960 (getService)
/classes/Hook.php:983 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:925 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/module/Module.php:2104
/modules/ets_megamenu/classes/MM_Config.php:818 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:953 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1493 (getConfig)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_menu=12
ORDER BY sort_order asc |
0.168
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:509 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3565 AND id_shop=1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 72 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Category.php:1347
/classes/Product.php:5516 (getLinkRewrite)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3329 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.164
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:319 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1390 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1370 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1315 (convertBlockProperties)
/var/cache/dev/smarty/compile/classic_child/92/a5/4f/92a54f95e70141844fe60d9d0cd3119e0a70df1b_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0d6c4ba8_70804041)
/vendor/smarty/smarty/libs/sysplugins/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:2310 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1770 (display)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5592) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:452
/classes/Product.php:4235 (getQuantityAvailableByProduct)
/classes/Product.php:5642 (getQuantity)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4544 AND `id_group` = 1 LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=36
ORDER BY sort_order asc |
0.161
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Product.php:5517
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5519 (getNameById)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3565 AND `id_group` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3329 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=35
ORDER BY sort_order asc |
0.147
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:139
/modules/ets_megamenu/classes/MM_Tab.php:315 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:504 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1764 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1731 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1747 (displayMenuFrontend)
/classes/Hook.php:983 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/config/smarty.config.inc.php:187 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:142 (__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/classic_childlayouts_layout_left_column_tpl/19/67/3b/19673bbcc1c039fdfd46cb60f3e6ebb46b5132b8_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f7913a1_15188115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:196 (_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/classic_childlayouts_layout_left_column_tpl/7e/d2/bd/7ed2bdea1903424235525a1e8b1950c6b79cd8dc_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f69d842_87184503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/cd/fb/1b/cdfb1baf6198e31bf7b8f08e9a03a14635b6bad2_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f68e519_26012670)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/df/b5/fd/dfb5fde46974ebf15f5ee6ac6558f984a340c83a_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f6897d3_14627971)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/classic_childlayouts_layout_left_column_tpl/c6/b3/c4/c6b3c4d84e15d113d1fdc92b8034b3a8419e1ce6_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_65702e0f67f2d3_81930998)
/vendor/smarty/smarty/libs/sysplugins/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:701 (fetch)
/classes/controller/FrontController.php:683 (smartyOutputContent)
/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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5592 AND `id_group` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3916 (getValueForProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/ProductAssembler.php:130 (getProductProperties)
/classes/controller/ProductListingFrontController.php:80 (assembleProduct)
:undefined (prepareProductForTemplate)
/classes/controller/ProductListingFrontController.php:102 (array_map)
/classes/controller/ProductListingFrontController.php:357 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:613 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5044 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5717 AND id_shop=1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:6704
/classes/Product.php:3851 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3643 (priceCalculation)
/classes/Product.php:5537 (getPriceStatic)
/classes/Product.php:5823 (getProductProperties)
/classes/Category.php:1047 (getProductsProperties)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123 (getProducts)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:983 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:409 (coreCallHook)
/classes/Hook.php:918 (callHookOn)
/classes/controller/FrontController.php:563 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|