| 90 |
SELECT SQL_NO_CACHE sa.id_product, sa.quantity as qty
FROM ps_stock_available sa
INNER JOIN ps_product_shop ps
ON ps.id_product = sa.id_product AND ps.active = 1
AND ps.id_shop = 1
WHERE sa.id_shop = 1
AND sa.id_product_attribute = 0 |
38.474
ms
|
2909 |
|
|
/modules/amazzingfilter/amazzingfilter.php:5991
/modules/amazzingfilter/amazzingfilter.php:5418 (getProductQty)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-18 00:00:00',
INTERVAL 200 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_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605) |
37.817
ms
|
30 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3697
AND pac.`id_product_attribute` = 16221
AND agl.`id_lang` = 1 |
36.432
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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`) |
30.798
ms
|
6991 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:52 (require)
|
| 1376 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 7273 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 7273
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
28.823
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7631) LIMIT 1 |
26.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1363 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 5268 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5268
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
24.561
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1375 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 7273 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 7273
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
22.597
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1374 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (7273) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (7273) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
21.052
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1370 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2602 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2602
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
21.024
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1364 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 5268 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5268
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
20.553
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1371 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2602 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2602
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
18.420
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1349 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 4843 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4843
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
18.321
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1430 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3073 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3073
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
18.264
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1480 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3783 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3783
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
17.457
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1357 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 7631 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 7631
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
17.340
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1395 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 5459 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5459
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
17.303
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1431 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3073 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3073
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
17.199
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1356 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 7631 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 7631
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
17.177
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1470 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3758 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3758
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.964
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1385 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 5278 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5278
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.811
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1396 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 5459 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5459
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.715
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1380 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2472 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2472
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.650
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1501 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 4605 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4605
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.648
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1435 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3407 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3407
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.595
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1456 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3529 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3529
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.516
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1476 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3777 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3777
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.449
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1410 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 1565 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1565
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.429
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1386 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 5278 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 5278
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.412
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3652 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3652
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.410
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1500 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 4605 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4605
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.407
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1465 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3697 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3697
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.389
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1440 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3462 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3462
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.385
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1350 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 4843 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4843
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.370
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1415 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2133 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2133
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.360
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1475 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3777 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3777
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.358
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1471 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3758 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3758
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.349
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1485 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3784 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3784
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.340
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1450 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3474 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3474
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.300
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1455 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3529 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3529
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.295
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1391 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2433 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2433
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.266
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1496 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 4603 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4603
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.235
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1451 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3474 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3474
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.234
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1436 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3407 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3407
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.211
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1460 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3652 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3652
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.191
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1416 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2133 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2133
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.188
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1466 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3697 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3697
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.181
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1495 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 4603 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 4603
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.113
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1400 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 1446 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1446
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.112
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1401 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 1446 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1446
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.092
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1420 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2430 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2430
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.058
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1491 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3786 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3786
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.036
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1490 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3786 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3786
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.021
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1425 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2930 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2930
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.019
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1411 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 1565 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1565
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.016
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1481 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3783 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3783
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
16.003
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1390 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 2433 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2433
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.979
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3784 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3784
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.968
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1441 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3462 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3462
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.888
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1421 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2430 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2430
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.880
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1426 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2930 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2930
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.848
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1445 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 3471 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3471
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.846
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1446 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 3471 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 3471
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.815
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1381 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 2472 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 2472
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.811
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1405 |
SELECT SQL_NO_CACHE AVG(g.grade) as avg_grade, COUNT(DISTINCT g.id_mrcomment) as review_count
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment` c ON c.id_mrcomment = g.id_mrcomment
WHERE (c.id_product = 1519 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1519
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.788
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2342
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1406 |
SELECT SQL_NO_CACHE SUM(IF(recommendation = "yes", 1, 0)) as new_yes,
SUM(IF(recommendation = "no", 1, 0)) as new_no
FROM `ps_mrcomment` c
WHERE (c.id_product = 1519 OR EXISTS (
SELECT 1 FROM `ps_mrcomment_product` mp
WHERE mp.id_mrcomment = c.id_mrcomment AND mp.id_product = 1519
))
AND c.type = "review"
AND c.is_approved = 1 LIMIT 1 |
15.632
ms
|
2333 |
|
|
/modules/mrcomment/mrcomment.php:2359
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1353 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (7631) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (7631) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
12.017
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1346 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (4843) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (4843) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
11.783
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1399 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (1446) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (1446) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
11.704
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1379 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2472) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2472) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
11.433
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1367 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2602) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2602) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
11.412
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1360 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (5268) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (5268) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
11.356
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1394 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (5459) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (5459) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.961
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1494 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (4603) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (4603) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.672
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1499 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (4605) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (4605) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.584
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1424 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2930) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2930) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.539
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1449 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3474) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3474) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.362
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1469 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3758) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3758) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.358
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1414 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2133) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2133) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.348
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1484 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3784) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3784) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.260
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1384 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (5278) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (5278) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.252
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1434 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3407) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3407) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.228
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1389 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2433) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2433) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.191
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1479 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3783) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3783) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.191
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1464 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3697) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3697) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
10.187
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1429 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3073) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3073) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.990
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1444 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3471) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3471) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.983
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1459 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3652) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3652) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.960
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1474 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3777) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3777) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.916
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1489 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3786) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3786) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.806
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1419 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (2430) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (2430) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.799
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1454 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3529) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3529) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.766
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1439 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (3462) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (3462) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.702
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE i.id_product AS id, g,
f,
m,
p_1_2 AS p
FROM `ps_af_index` i
WHERE (i.id_shop = 1) AND (i.v <> 2) AND (FIND_IN_SET(160, i.c) > 0) |
9.658
ms
|
2384 |
|
|
/modules/amazzingfilter/amazzingfilter.php:519
/modules/amazzingfilter/amazzingfilter.php:5290 (indexationData)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1404 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (1519) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (1519) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.633
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1409 |
SELECT SQL_NO_CACHE c.*
FROM `ps_mrcomment` c
INNER JOIN (
SELECT m0.`id_mrcomment`
FROM `ps_mrcomment` m0
WHERE m0.`id_product` IN (1565) AND `m0`.`type` = "review" AND `m0`.`is_approved` = 1
UNION
SELECT mp.`id_mrcomment`
FROM `ps_mrcomment_product` mp
INNER JOIN `ps_mrcomment` m1 ON m1.`id_mrcomment` = mp.`id_mrcomment`
WHERE mp.`id_product` IN (1565) AND `m1`.`type` = "review" AND `m1`.`is_approved` = 1
) matched ON matched.`id_mrcomment` = c.`id_mrcomment`
ORDER BY c.`date_add` DESC, c.`id_mrcomment` DESC LIMIT 0,5 |
9.348
ms
|
0 |
Yes
|
|
/modules/mrcomment/classes/MrCommentClass.php:540
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE fp.`id_product`, fp.`id_feature`, fp.`id_feature_value`, COALESCE(NULLIF(flc.`name`, ''), fld.`name`) AS `feature_name`, COALESCE(NULLIF(fvlc.`value`, ''), fvld.`value`) AS `value` FROM `ps_feature_product` fp LEFT JOIN `ps_feature_lang` flc ON (flc.`id_feature`=fp.`id_feature` AND flc.`id_lang`=1) LEFT JOIN `ps_feature_lang` fld ON (fld.`id_feature`=fp.`id_feature` AND fld.`id_lang`=1) LEFT JOIN `ps_feature_value_lang` fvlc ON (fvlc.`id_feature_value`=fp.`id_feature_value` AND fvlc.`id_lang`=1) LEFT JOIN `ps_feature_value_lang` fvld ON (fvld.`id_feature_value`=fp.`id_feature_value` AND fvld.`id_lang`=1) WHERE fp.`id_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) AND fp.`id_feature` IN (780,1782,340,781,373) ORDER BY fp.`id_feature` ASC, fp.`id_product` ASC, fp.`id_feature_value` ASC |
5.690
ms
|
225 |
Yes
|
|
/modules/myfealist/myfealist.php:803
/modules/myfealist/myfealist.php:530 (loadFeatureRows)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:810 (prepareListingBatch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:761 (warmMyfealistListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (7631)
ORDER BY pf.id_product ASC, f.position ASC |
5.590
ms
|
178 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image.id_image, il.legend, m.name AS manufacturer_name,
`product_shop`.date_add > '2026-06-20 01:58:31' AS new
FROM ps_product p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
INNER JOIN ps_product_lang pl
ON (pl.id_product = p.id_product AND pl.id_shop = 1
AND pl.id_lang = 1)
LEFT JOIN ps_image image
ON (image.id_product = p.id_product AND image.cover = 1)
LEFT JOIN ps_image_lang il
ON (il.id_image = image.id_image AND il.id_lang = 1)
LEFT JOIN ps_manufacturer m
ON m.id_manufacturer = p.id_manufacturer
WHERE p.id_product IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605) |
5.480
ms
|
30 |
|
|
/modules/amazzingfilter/amazzingfilter.php:6147
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (4843)
ORDER BY pf.id_product ASC, f.position ASC |
5.053
ms
|
215 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (5278)
ORDER BY pf.id_product ASC, f.position ASC |
4.966
ms
|
225 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (5268)
ORDER BY pf.id_product ASC, f.position ASC |
4.903
ms
|
224 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2472)
ORDER BY pf.id_product ASC, f.position ASC |
4.847
ms
|
212 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2930)
ORDER BY pf.id_product ASC, f.position ASC |
4.837
ms
|
194 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (4605)
ORDER BY pf.id_product ASC, f.position ASC |
4.777
ms
|
171 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (7273)
ORDER BY pf.id_product ASC, f.position ASC |
4.743
ms
|
197 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2430)
ORDER BY pf.id_product ASC, f.position ASC |
4.741
ms
|
211 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2602)
ORDER BY pf.id_product ASC, f.position ASC |
4.732
ms
|
223 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3784)
ORDER BY pf.id_product ASC, f.position ASC |
4.671
ms
|
205 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3783)
ORDER BY pf.id_product ASC, f.position ASC |
4.658
ms
|
204 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3777)
ORDER BY pf.id_product ASC, f.position ASC |
4.597
ms
|
201 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
4.593
ms
|
288 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 340 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2433)
ORDER BY pf.id_product ASC, f.position ASC |
4.580
ms
|
206 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (4603)
ORDER BY pf.id_product ASC, f.position ASC |
4.559
ms
|
164 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (1446)
ORDER BY pf.id_product ASC, f.position ASC |
4.522
ms
|
196 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 213 |
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 |
4.516
ms
|
733 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3929 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3786)
ORDER BY pf.id_product ASC, f.position ASC |
4.457
ms
|
190 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3462)
ORDER BY pf.id_product ASC, f.position ASC |
4.405
ms
|
174 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3474)
ORDER BY pf.id_product ASC, f.position ASC |
4.380
ms
|
176 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3471)
ORDER BY pf.id_product ASC, f.position ASC |
4.344
ms
|
173 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3529)
ORDER BY pf.id_product ASC, f.position ASC |
4.343
ms
|
182 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (5459)
ORDER BY pf.id_product ASC, f.position ASC |
4.268
ms
|
170 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 212 |
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 |
4.261
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3929 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3697)
ORDER BY pf.id_product ASC, f.position ASC |
4.189
ms
|
170 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3407)
ORDER BY pf.id_product ASC, f.position ASC |
4.019
ms
|
142 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (2133)
ORDER BY pf.id_product ASC, f.position ASC |
3.940
ms
|
167 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (1565)
ORDER BY pf.id_product ASC, f.position ASC |
3.659
ms
|
134 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3758)
ORDER BY pf.id_product ASC, f.position ASC |
3.456
ms
|
122 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3073)
ORDER BY pf.id_product ASC, f.position ASC |
3.413
ms
|
116 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1548 |
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` = 97
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
3.412
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (3652)
ORDER BY pf.id_product ASC, f.position ASC |
3.409
ms
|
116 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE pf.id_product,
fl.name,
fvl.value,
pf.id_feature,
f.position,
myf.`desc`,
myfv.`desc` AS descc,
myf.mymore AS nmore,
myfv.mymore AS vmore
FROM ps_feature_product pf
INNER JOIN ps_feature f
ON f.id_feature = pf.id_feature
INNER JOIN ps_feature_lang fl
ON fl.id_feature = pf.id_feature
AND fl.id_lang = 1
INNER JOIN ps_feature_value_lang fvl
ON fvl.id_feature_value = pf.id_feature_value
AND fvl.id_lang = 1
LEFT JOIN ps_myfeadesc myf
ON myf.id_feature = pf.id_feature
AND myf.active = 1
LEFT JOIN ps_myfeadescv myfv
ON myfv.id_featurev = pf.id_feature_value
AND myfv.active = 1
WHERE pf.id_product IN (1519)
ORDER BY pf.id_product ASC, f.position ASC |
3.379
ms
|
128 |
Yes
|
|
/override/classes/Product.php:147
/override/classes/Product.php:182 (cacheFrontFeatures)
/classes/Product.php:5839 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7) AND sg.`id_group` IN (1)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
2.945
ms
|
348 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/ststickers.php:1770 (getAll)
/modules/ststickers/ststickers.php:1411 (getWidgetVariables)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1345 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7) AND sg.`id_group` IN (1)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
2.859
ms
|
348 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/ststickers.php:1770 (getAll)
/modules/ststickers/ststickers.php:1872 (getWidgetVariables)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1523 |
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` = 98
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.743
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1767 |
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` = 132
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.399
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang
FROM ps_af_templates t
LEFT JOIN ps_af_templates_lang tl
ON tl.id_template = t.id_template AND tl.id_shop = t.id_shop AND tl.id_lang = 1
INNER JOIN `ps_af_category_templates` ct
ON ct.id_template = t.id_template AND ct.id_shop = t.id_shop
AND ct.`id_category` IN (160, 0)
WHERE t.active = 1 AND t.template_controller = 'category'
AND t.id_shop = 1
ORDER BY ct.`id_category` DESC, t.id_template DESC LIMIT 1 |
2.320
ms
|
2 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3702
/modules/amazzingfilter/amazzingfilter.php:3724 (getTemplateForCurrentPage)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1840 |
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` = 169
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.176
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1812 |
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` = 164
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.137
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1624 |
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` = 142
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.036
ms
|
22 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1754 |
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` = 40
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.032
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3462,%"))) |
1.980
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 16997
AND cp.`id_cart` = 0 AND cp.`id_product` = 4843 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16997
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.945
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1862 |
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` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.910
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,5268,%"))) |
1.887
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1741 |
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` = 38
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.883
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3474,%"))) |
1.872
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1865 |
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` = 423
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.871
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3407,%"))) |
1.867
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1926 |
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` = 234
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.864
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=23)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2))) OR (location = 1 AND (id_products LIKE "%,7631,%"))) |
1.863
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1096 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3529,%"))) |
1.858
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3758,%"))) |
1.853
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3697,%"))) |
1.851
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3073,%"))) |
1.848
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,1519,%"))) |
1.842
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,1565,%"))) |
1.842
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3777,%"))) |
1.839
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2602,%"))) |
1.838
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2433,%"))) |
1.838
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,5278,%"))) |
1.833
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1252 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,4605,%"))) |
1.828
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 991 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2930,%"))) |
1.821
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,4603,%"))) |
1.821
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,7273,%"))) |
1.800
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3652,%"))) |
1.794
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1701 |
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` = 280
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.793
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3783,%"))) |
1.789
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1216 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3786,%"))) |
1.786
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1632 |
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` = 510
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.786
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,5459,%"))) |
1.774
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2430,%"))) |
1.771
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2133,%"))) |
1.770
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1630 |
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` = 474
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.770
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,2472,%"))) |
1.768
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1198 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3784,%"))) |
1.762
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=4)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,460,460,160,109,2))) OR (location = 1 AND (id_products LIKE "%,3471,%"))) |
1.752
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,4843,%"))) |
1.752
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=43)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,109,160,160,109,2,459,459,160,109,2))) OR (location = 1 AND (id_products LIKE "%,1446,%"))) |
1.746
ms
|
320 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:317
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE `id_target_product` AS product_id, `id_parent_product` AS group_value FROM `ps_sb_product_family_link` WHERE `id_target_product` IN (1446,1519,1565,2133,2430,2433,2472,2602,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,4843,5268,5278,5437,5439,5443,5451,5459,5461,5536,5901,5963,5976,6130,6860,7273,7279,7294,7590,7596,7631) OR `id_parent_product` IN (1446,1519,1565,2133,2430,2433,2472,2602,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,4843,5268,5278,5437,5439,5443,5451,5459,5461,5536,5901,5963,5976,6130,6860,7273,7279,7294,7590,7596,7631) |
1.740
ms
|
90 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:319
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1550 |
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` = 90
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.713
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1580 |
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` = 524
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.711
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.709
ms
|
1290 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1894 |
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` = 4
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.632
ms
|
13 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 59 |
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` = 160
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.603
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1760 |
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` = 238
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.577
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `id_target_product` AS product_id, `id_parent_product` AS group_value FROM `ps_sb_product_family_link` WHERE `id_target_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) OR `id_parent_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) |
1.574
ms
|
90 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:187
/modules/sbfamilyproductcard/sbfamilyproductcard.php:760 (warmFamilyCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1556 |
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` = 519
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.554
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE DISTINCT m.*
FROM `ps_mysuptels` m
INNER JOIN `ps_mysuptelsg` g
ON FIND_IN_SET(g.id_mysuptelsg, m.select_option)
WHERE m.active = 1
AND g.id_category IN (160,109) AND g.active = 1 ORDER BY m.id_mysuptels ASC |
1.553
ms
|
10 |
Yes
|
|
/modules/mysuptels/mysuptels.php:637
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1691 |
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` = 149
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.536
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1537 |
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` = 107
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.527
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1786 |
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` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.527
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3777 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.516
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `id_target_product` AS product_id, `id_parent_product` AS group_value FROM `ps_sb_product_family_link` WHERE `id_target_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) OR `id_parent_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) |
1.515
ms
|
90 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:319
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:916 (getFamilyListingMetaMap)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
1.512
ms
|
9 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1354 (getAll)
/modules/stsidebar/stsidebar.php:1023 (hasConfiguredNativeModule)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1945 |
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` = 493
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.504
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1955 |
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` = 498
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.499
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1745 |
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` = 240
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.482
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1919 |
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` = 110
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.478
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1710 |
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` = 152
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.462
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1869 |
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` = 145
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.460
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1724 |
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` = 118
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.454
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1913 |
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` = 148
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.453
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1848 |
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` = 178
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.450
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1957 |
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` = 499
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.445
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1902 |
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` = 4
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.425
ms
|
13 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1816 |
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` = 168
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.404
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1552 |
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` = 91
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.397
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1634 |
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` = 439
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.397
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1578 |
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` = 522
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.394
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1566 |
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` = 94
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.393
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1822 |
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` = 490
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.390
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.386
ms
|
1290 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1794 |
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` = 426
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.385
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1584 |
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` = 310
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.384
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1570 |
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` = 99
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.383
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1572 |
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` = 254
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.382
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1662 |
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` = 112
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.376
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (41,13)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
1.375
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1527 |
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` = 95
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.375
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1646 |
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` = 513
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.373
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1533 |
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` = 111
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.372
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1873 |
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` = 42
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.372
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1743 |
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` = 239
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.371
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1718 |
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` = 323
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.365
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1652 |
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` = 505
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.364
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1906 |
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` = 160
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.364
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1732 |
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` = 133
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.360
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1648 |
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` = 515
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.355
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1866 |
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` = 426
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.355
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1730 |
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` = 137
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.354
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1867 |
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` = 427
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.353
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1882 |
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` = 29
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.351
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1936 |
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` = 504
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.350
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1658 |
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` = 500
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.337
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1592 |
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` = 487
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.333
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1666 |
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` = 482
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.333
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1844 |
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` = 173
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.333
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1773 |
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` = 281
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.329
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1818 |
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` = 489
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.329
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1558 |
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` = 92
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.328
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1896 |
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` = 6
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.326
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1974 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner` AND smsl.`id_lang` = 1)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE 1 AND sms.`active`=1 AND sms.`item_k`=1 AND (sms.`show_subcate` = 0 AND sms.`item_v`="160" OR sms.`show_subcate` = 1 AND sms.`item_v` IN(160,109,2)) ORDER BY sms.`position`
LIMIT 1 |
1.321
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1420 (getAll)
/modules/stpagebanner/stpagebanner.php:1549 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1596 |
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` = 531
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.318
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1814 |
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` = 165
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.316
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2019 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (17545,18671,24982)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.315
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1293 |
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` = 2430
ORDER BY `position` |
1.314
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1712 |
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` = 153
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.313
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1564 |
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` = 93
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1901 |
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` = 485
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.312
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1560 |
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` = 518
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1824 |
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` = 184
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1588 |
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` = 527
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.309
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1775 |
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` = 235
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.308
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1594 |
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` = 529
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.305
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1590 |
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` = 528
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.304
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1790 |
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` = 422
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.303
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1864 |
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` = 422
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.302
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1554 |
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` = 517
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.300
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1574 |
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` = 521
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.298
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1586 |
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` = 525
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.297
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1535 |
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` = 492
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.296
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1807 |
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` = 485
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.296
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1777 |
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` = 199
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.295
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1826 |
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` = 162
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.295
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1907 |
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` = 459
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.295
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1525 |
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` = 96
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.294
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1529 |
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` = 120
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.294
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1846 |
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` = 176
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.294
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1788 |
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` = 421
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.293
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1562 |
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` = 523
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.293
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1628 |
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` = 88
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.292
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1747 |
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` = 244
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.292
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1664 |
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` = 159
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.290
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1582 |
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` = 526
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.288
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1884 |
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` = 30
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.287
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1576 |
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` = 100
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.282
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1953 |
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` = 497
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1792 |
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` = 423
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.279
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1446) LIMIT 1 |
1.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1642 |
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` = 470
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.278
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1 AND smlg.`location` IN (10) AND smlgl.`id_lang` = 1
ORDER BY smlg.`position` |
1.276
ms
|
4 |
Yes
|
|
/modules/stmultilink/classes/StMultiLinkGroup.php:127
/modules/stmultilink/stmultilink.php:349 (getLinkGroup)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:681 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:18 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1949 |
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` = 495
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1932 |
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` = 502
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.275
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1726 |
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` = 130
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1531 |
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` = 342
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1644 |
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` = 488
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1915 |
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` = 116
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.269
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1771 |
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` = 196
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.267
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1888 |
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` = 33
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.267
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1886 |
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` = 31
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.263
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1638 |
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` = 469
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.261
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1852 |
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` = 181
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.260
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1871 |
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` = 39
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.259
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1796 |
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` = 427
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.255
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1699 |
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` = 127
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.253
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1695 |
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` = 150
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.252
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1756 |
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` = 237
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.252
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1820 |
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` = 486
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.251
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1640 |
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` = 514
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.247
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1863 |
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` = 421
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.246
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1758 |
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` = 241
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.244
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1850 |
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` = 179
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.244
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1951 |
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` = 496
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.244
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1 AND smlg.`location` IN (26) AND smlgl.`id_lang` = 1
ORDER BY smlg.`position` |
1.237
ms
|
4 |
Yes
|
|
/modules/stmultilink/classes/StMultiLinkGroup.php:127
/modules/stmultilink/stmultilink.php:349 (getLinkGroup)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:685 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter3)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:19 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1842 |
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` = 171
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.235
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1714 |
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` = 154
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.233
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1975 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner` AND smsl.`id_lang` = 1)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE 1 AND sms.`active`=1 AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1 |
1.231
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1422 (getAll)
/modules/stpagebanner/stpagebanner.php:1549 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1568 |
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` = 520
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.230
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1636 |
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` = 468
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.229
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1934 |
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` = 503
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.229
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1967 |
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` = 471
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.229
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1650 |
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` = 532
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.227
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1697 |
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` = 516
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.226
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1656 |
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` = 89
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.224
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1804 |
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` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.219
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1728 |
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` = 134
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.218
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1828 |
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` = 139
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.216
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1626 |
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` = 87
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.214
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1654 |
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` = 506
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.214
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1875 |
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` = 43
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.213
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1928 |
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` = 463
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.212
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1917 |
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` = 121
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.210
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1769 |
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` = 195
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.208
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1930 |
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` = 501
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.203
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1693 |
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` = 151
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.200
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1908 |
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` = 460
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.198
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1660 |
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` = 479
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.196
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1947 |
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` = 494
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.184
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1900 |
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` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.182
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1362 |
SELECT SQL_NO_CACHE id_mrcomment,
COALESCE(SUM(type="like"),0) as likes,
COALESCE(SUM(type="dislike"),0) as dislikes
FROM `ps_mrcomment_like`
WHERE id_mrcomment IN (48876)
GROUP BY id_mrcomment |
1.181
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:3874
/modules/mrcomment/mrcomment.php:2576 (addLikesDislikes)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1716 |
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` = 155
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.174
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1903 |
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` = 6
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.172
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 7273
AND pac.`id_product_attribute` = 22869
AND agl.`id_lang` = 1 |
1.167
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4843 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.147
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 86 |
SHOW TABLES LIKE 'ps_%product%family%link%' |
1.123
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1050
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 83 |
SHOW TABLES LIKE 'ps_sb_combination_content%' |
1.102
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1050
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3471 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.101
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2430) LIMIT 1 |
1.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 82 |
SHOW TABLES LIKE 'ps_sbcombinationcontent%' |
1.092
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1050
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.075
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3786 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.074
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3777
AND pac.`id_product_attribute` = 15437
AND agl.`id_lang` = 1 |
1.073
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 27 |
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 |
1.071
ms
|
56 |
Yes
|
|
/classes/Dispatcher.php:654
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 234 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7631 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.068
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 85 |
SHOW TABLES LIKE 'ps_%combination%content%family%' |
1.064
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1050
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 16221
AND cp.`id_cart` = 0 AND cp.`id_product` = 3697 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16221
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.064
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.060
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 23966
AND cp.`id_cart` = 0 AND cp.`id_product` = 3529 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23966
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.057
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5268 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.056
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4603 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.054
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 84 |
SHOW TABLES LIKE 'ps_sbcc%' |
1.051
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1050
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12034
AND cp.`id_cart` = 0 AND cp.`id_product` = 3471 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12034
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.050
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3652 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.050
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3529 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.049
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3784 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.046
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 19734
AND cp.`id_cart` = 0 AND cp.`id_product` = 3783 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19734
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3783 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.045
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3783 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3783 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.044
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4605
AND pac.`id_product_attribute` = 16728
AND agl.`id_lang` = 1 |
1.041
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 88 |
SHOW COLUMNS FROM `ps_sb_product_family_link` |
1.040
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1080
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3697 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.040
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 17191
AND cp.`id_cart` = 0 AND cp.`id_product` = 4603 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 17191
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.040
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5459 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5459 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.039
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 24827
AND cp.`id_cart` = 0 AND cp.`id_product` = 7631 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24827
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.038
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2433
AND pac.`id_product_attribute` = 14801
AND agl.`id_lang` = 1 |
1.037
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3758 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.036
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 16728
AND cp.`id_cart` = 0 AND cp.`id_product` = 4605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16728
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.036
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3462 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3462 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13085
AND cp.`id_cart` = 0 AND cp.`id_product` = 3786 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13085
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 15437
AND cp.`id_cart` = 0 AND cp.`id_product` = 3777 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 15437
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.032
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 19636
AND cp.`id_cart` = 0 AND cp.`id_product` = 5268 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19636
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.030
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 19727
AND cp.`id_cart` = 0 AND cp.`id_product` = 3784 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19727
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.030
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12595
AND cp.`id_cart` = 0 AND cp.`id_product` = 3652 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12595
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.029
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2602 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.026
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12998
AND cp.`id_cart` = 0 AND cp.`id_product` = 3758 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12998
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.026
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3407
AND pac.`id_product_attribute` = 15203
AND agl.`id_lang` = 1 |
1.026
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5278 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.025
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12044
AND cp.`id_cart` = 0 AND cp.`id_product` = 3474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12044
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.025
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 14680
AND cp.`id_cart` = 0 AND cp.`id_product` = 2472 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 14680
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2472 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.023
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2430 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2430 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.022
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3758
AND pac.`id_product_attribute` = 12998
AND agl.`id_lang` = 1 |
1.021
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.019
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3474
AND pac.`id_product_attribute` = 12044
AND agl.`id_lang` = 1 |
1.018
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1565 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.014
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2433 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.012
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3407 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.012
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.010
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2472 AND `id_shop` = 1 |
1.008
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5459
AND pac.`id_product_attribute` = 23898
AND agl.`id_lang` = 1 |
1.005
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.005
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3073 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3073 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.004
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1519 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.003
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 14801
AND cp.`id_cart` = 0 AND cp.`id_product` = 2433 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 14801
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.002
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1519
AND pac.`id_product_attribute` = 3319
AND agl.`id_lang` = 1 |
1.002
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 18671
AND cp.`id_cart` = 0 AND cp.`id_product` = 5278 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 18671
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5278
AND pac.`id_product_attribute` = 18671
AND agl.`id_lang` = 1 |
0.998
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 14675
AND cp.`id_cart` = 0 AND cp.`id_product` = 2430 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 14675
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2430 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1565
AND pac.`id_product_attribute` = 3450
AND agl.`id_lang` = 1 |
0.996
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2472 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2472 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.995
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12024 |
0.995
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 87 |
SHOW COLUMNS FROM `ps_sb_combination_content` |
0.995
ms
|
1 |
|
|
/modules/sbfamilyproductcard/classes/FamilyProvider.php:1080
/modules/sbfamilyproductcard/classes/FamilyProvider.php:306 (detectSbccMappings)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:823 (getListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5648 (getFamilyListingMetaMap)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (42,87)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.992
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 22869
AND cp.`id_cart` = 0 AND cp.`id_product` = 7273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 22869
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.992
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12024
AND cp.`id_cart` = 0 AND cp.`id_product` = 3462 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12024
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3462 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.991
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 23898
AND cp.`id_cart` = 0 AND cp.`id_product` = 5459 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23898
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5459 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.991
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 9059
AND cp.`id_cart` = 0 AND cp.`id_product` = 2930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9059
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.989
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12996
AND cp.`id_cart` = 0 AND cp.`id_product` = 3073 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 12996
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3073 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.989
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=1 AND sec.`location` IN (39)
ORDER BY sec.`position` LIMIT 0, 50 |
0.988
ms
|
57 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2627 (getListContent)
/modules/steasycontent/steasycontent.php:3569 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 15203
AND cp.`id_cart` = 0 AND cp.`id_product` = 3407 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 15203
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.987
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1990 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=4 AND (sec.id_category = 0 AND sec.id_manufacturer = 0 OR (sec.id_category > 0 AND sec.id_category = 160))
ORDER BY sec.`position` LIMIT 0, 50 |
0.984
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2627 (getListContent)
/modules/steasycontent/steasycontent.php:3658 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1025 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (13,107)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.982
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1322 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23961, 16221) AND il.`id_lang` = 1 ORDER by i.`position` |
0.979
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3450
AND cp.`id_cart` = 0 AND cp.`id_product` = 1565 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3450
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.979
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4879
AND cp.`id_cart` = 0 AND cp.`id_product` = 2133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4879
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.977
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 14507
AND cp.`id_cart` = 0 AND cp.`id_product` = 2602 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 14507
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3319
AND cp.`id_cart` = 0 AND cp.`id_product` = 1519 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3319
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 9535
AND cp.`id_cart` = 0 AND cp.`id_product` = 1446 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9535
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1446 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.972
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3471
AND pac.`id_product_attribute` = 12034
AND agl.`id_lang` = 1 |
0.965
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 7631
AND pac.`id_product_attribute` = 24827
AND agl.`id_lang` = 1 |
0.958
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3784
AND pac.`id_product_attribute` = 19727
AND agl.`id_lang` = 1 |
0.956
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE `id_product`, `id_category_default` FROM `ps_product_shop` WHERE `id_shop`=1 AND `id_product` IN (4843,7631,5268,2602,7273,2472,5278,2433,5459,1446,1519,1565,2133,2430,2930,3073,3407,3462,3471,3474,3529,3652,3697,3758,3777,3783,3784,3786,4603,4605,5437,5439,5443,5451,5461,5536,5901,5963,5976,6130,6860,7279,7294,7590,7596) |
0.955
ms
|
45 |
|
|
/modules/myfealist/myfealist.php:601
/modules/myfealist/myfealist.php:465 (batchLoadProductCategories)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:810 (prepareListingBatch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:761 (warmMyfealistListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (14,108)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.953
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3462
AND pac.`id_product_attribute` = 12024
AND agl.`id_lang` = 1 |
0.946
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (107,11)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.945
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (14,110)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.945
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1446 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1446 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.943
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4365 (getProductQuantity)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3783
AND pac.`id_product_attribute` = 19734
AND agl.`id_lang` = 1 |
0.943
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3786
AND pac.`id_product_attribute` = 13085
AND agl.`id_lang` = 1 |
0.939
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 793 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.939
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (107,97)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.938
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (105,13)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.937
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 974 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (108,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.936
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (106,11)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.933
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (37,14)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.931
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (42,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.930
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1043 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (122,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.930
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (41,11)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.929
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1546 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=6 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.928
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (103,13)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.927
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (108,97)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.927
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (111,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.926
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (13,282)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.926
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (106,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.925
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2930
AND pac.`id_product_attribute` = 9059
AND agl.`id_lang` = 1 |
0.924
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1199 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (14,113)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.923
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 206 |
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` = 4843) AND (b.`id_shop` = 1) LIMIT 1 |
0.918
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (42,14)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.918
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1010 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (14,112)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.915
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1217 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (14,93)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.914
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 956 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (74,244)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.912
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1983 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_banner_group` smsg
INNER JOIN ps_st_banner_group_shop st_banner_group_shop
ON (st_banner_group_shop.id_st_banner_group = smsg.id_st_banner_group AND st_banner_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`id_category` IN (160) LIMIT 1 |
0.911
ms
|
99 |
|
|
/modules/stbanner/classes/StBannerGroup.php:263
/modules/stbanner/classes/StBannerGroup.php:279 (categoryHasBanner)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (123,74)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.907
ms
|
2 |
Yes
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4843
AND pac.`id_product_attribute` = 16997
AND agl.`id_lang` = 1 |
0.901
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1513 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=0 AND smm.`item_t`=0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`location`, smm.`position` |
0.894
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:204
/modules/stmegamenu/classes/StMegaMenuClass.php:229 (getSub)
/modules/stmegamenu/stmegamenu.php:3867 (recurseTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 294) AND (a0.`nright` > 301) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.891
ms
|
246 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1995 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16996,16997,23995)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.886
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5268
AND pac.`id_product_attribute` = 19636
AND agl.`id_lang` = 1 |
0.882
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 25 |
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.875
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/sbsmartcompare/sbsmartcompare.php:31 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 562 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3529
AND pac.`id_product_attribute` = 23966
AND agl.`id_lang` = 1 |
0.872
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `m`.`id_manufacturer` as id, `name`
FROM `ps_manufacturer` `m`
INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
WHERE `active` = 1 ORDER BY `name` ASC |
0.870
ms
|
39 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3290
/modules/amazzingfilter/amazzingfilter.php:3256 (getRawFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2968 (getFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2892 (prepareFiltersData)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3652
AND pac.`id_product_attribute` = 12595
AND agl.`id_lang` = 1 |
0.867
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2003 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (17544,19636,23994)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.866
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2007 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (14507,14683,23985)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.865
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2027 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (23898,23899,28796)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.865
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 203 |
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` = 4843
AND image_shop.`cover` = 1 LIMIT 1 |
0.864
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4603
AND pac.`id_product_attribute` = 17191
AND agl.`id_lang` = 1 |
0.863
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=1)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
0.862
ms
|
6 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1608 (getAll)
/modules/stsocial/stsocial.php:1256 (getWidgetVariables)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2011 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22868,22869,23987)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.862
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1986 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.861
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/stbanner/classes/StBannerGroup.php:289 (getParentsCategories)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2015 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (14680,14681,23996)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.861
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 790 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.860
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2018 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5278
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.859
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1999 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24827,24828,24829)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.857
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1446
AND pac.`id_product_attribute` = 9535
AND agl.`id_lang` = 1 |
0.851
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2068 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12595,16799)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.851
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2031 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9535,24036)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.850
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 990 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.848
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1233 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.848
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2430
AND pac.`id_product_attribute` = 14675
AND agl.`id_lang` = 1 |
0.846
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2133
AND pac.`id_product_attribute` = 4879
AND agl.`id_lang` = 1 |
0.845
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 843 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.844
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 601 |
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` = 3758) AND (b.`id_shop` = 1) LIMIT 1 |
0.842
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 919 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.842
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2065 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16216,23966)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.842
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 933 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.842
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 775 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.841
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1987 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_banner_group` smsg
INNER JOIN ps_st_banner_group_shop st_banner_group_shop
ON (st_banner_group_shop.id_st_banner_group = smsg.id_st_banner_group AND st_banner_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 160 LIMIT 1 |
0.841
ms
|
99 |
|
|
/modules/stbanner/classes/StBannerGroup.php:263
/modules/stbanner/classes/StBannerGroup.php:293 (categoryHasBanner)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1140 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.840
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 869 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.839
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1113 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.839
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2053 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (15203,15204)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.839
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1215 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.838
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 584 |
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` = 3697) AND (b.`id_shop` = 1) LIMIT 1 |
0.837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 618 |
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` = 3777) AND (b.`id_shop` = 1) LIMIT 1 |
0.837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2037 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3450,19371)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.837
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 194 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.836
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/mysuptels/mysuptels.php:587 (getParentsCategories)
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1230 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.836
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 954 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.836
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1077 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.836
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2472
AND pac.`id_product_attribute` = 14680
AND agl.`id_lang` = 1 |
0.835
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2047 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9059,19745)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.835
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2602
AND pac.`id_product_attribute` = 14507
AND agl.`id_lang` = 1 |
0.835
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 635 |
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` = 3783) AND (b.`id_shop` = 1) LIMIT 1 |
0.835
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1095 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.835
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2056 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12024,19744)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.835
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1110 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.834
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1131 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.834
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1179 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.833
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 828 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.832
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1041 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.832
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 969 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.832
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2055 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3462
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.832
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1173 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.831
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 866 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.830
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3073
AND pac.`id_product_attribute` = 12996
AND agl.`id_lang` = 1 |
0.830
ms
|
1 |
|
|
/classes/Product.php:7550
/classes/Product.php:5872 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 757 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.830
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1038 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.829
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 22 |
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.829
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/psy_smartlogin/psdk/PsdkModule.php:71 (__construct)
/modules/psy_smartlogin/psdk/PsdkModulePluginable.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 901 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.829
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1843 |
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.829
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2002 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5268
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.829
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2092 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16728,16729)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.829
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 883 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.828
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1191 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.828
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1074 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.827
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1994 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4843
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.827
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1176 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.825
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1194 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.825
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2026 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5459
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.824
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1008 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.823
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1344 |
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=1)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
0.823
ms
|
6 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1608 (getAll)
/modules/stsocial/stsocial.php:1645 (getWidgetVariables)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 772 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.822
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 951 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.822
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1212 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.822
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1248 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.822
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 846 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.820
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 754 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.819
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1035 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.819
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1053 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.819
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.818
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/faqs/faqs.php:28 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1155 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.817
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1071 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1251 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 825 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 863 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 898 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1089 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.816
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 849 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.815
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2014 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2472
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.815
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1056 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.814
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 966 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.814
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1164 |
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` = 3783
ORDER BY `position` |
0.814
ms
|
11 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2022 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2433
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.814
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 936 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.813
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 24 |
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.812
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/sbcombinationcontent/sbcombinationcontent.php:73 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 813 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.812
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 930 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.812
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 880 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.811
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1245 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.811
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2023 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (14801,14802,24072)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.811
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2040 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (4879,23982)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.811
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1005 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.811
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1059 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.811
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 737 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.810
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 831 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.810
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1128 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.810
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2034 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3319,24103)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.810
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 984 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.809
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1020 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.809
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 769 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.808
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 871 |
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` = 5459
ORDER BY `position` |
0.808
ms
|
13 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 913 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.808
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 916 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.808
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1146 |
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` = 3777
ORDER BY `position` |
0.808
ms
|
14 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1197 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.808
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1200 |
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` = 3786
ORDER BY `position` |
0.808
ms
|
12 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 26 |
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.807
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/sbformbuilder/sbformbuilder.php:24 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 972 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.807
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1092 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.807
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 987 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.807
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 904 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.806
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 346 |
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` = 5459) AND (b.`id_shop` = 1) LIMIT 1 |
0.806
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 886 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.806
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 397 |
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` = 1565) AND (b.`id_shop` = 1) LIMIT 1 |
0.805
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2006 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2602
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.804
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 23 |
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.804
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/gallerique/gallerique.php:37 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1023 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.803
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1107 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.803
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1161 |
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 c.`nleft` <= 297 AND c.`nright` >= 298 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.803
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 742 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.802
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1973 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.801
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1420 (getAll)
/modules/stpagebanner/stpagebanner.php:1549 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2046 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2930
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.801
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 482 |
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` = 3407) AND (b.`id_shop` = 1) LIMIT 1 |
0.801
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 35 |
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.800
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/psy_smartlogin/psdk/PsdkModule.php:71 (__construct)
/modules/psy_smartlogin/psdk/PsdkModulePluginable.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1125 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.800
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1227 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.800
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1143 |
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 c.`nleft` <= 295 AND c.`nright` >= 296 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.799
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2010 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 7273
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.798
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1209 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.797
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 533 |
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` = 3474) AND (b.`id_shop` = 1) LIMIT 1 |
0.796
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 652 |
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` = 3784) AND (b.`id_shop` = 1) LIMIT 1 |
0.796
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1017 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.796
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 948 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.791
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1278 |
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` = 5459
ORDER BY `position` |
0.791
ms
|
13 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2091 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4605
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.791
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 516 |
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` = 3471) AND (b.`id_shop` = 1) LIMIT 1 |
0.789
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1158 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.789
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1266 |
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` = 7273
ORDER BY `position` |
0.788
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2064 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3529
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.788
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 669 |
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` = 3786) AND (b.`id_shop` = 1) LIMIT 1 |
0.787
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1182 |
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` = 3784
ORDER BY `position` |
0.787
ms
|
12 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2067 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3652
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.787
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 567 |
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` = 3652) AND (b.`id_shop` = 1) LIMIT 1 |
0.786
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1998 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 7631
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.785
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 312 |
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` = 5278) AND (b.`id_shop` = 1) LIMIT 1 |
0.784
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 808 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.784
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 550 |
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` = 3529) AND (b.`id_shop` = 1) LIMIT 1 |
0.782
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 787 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.782
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2086 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13085,17476)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.779
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1326 |
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` = 3777
ORDER BY `position` |
0.779
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 921 |
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` = 1565
ORDER BY `position` |
0.778
ms
|
10 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2036 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1565
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.777
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2074 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12998,24104)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.776
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1332 |
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` = 3784
ORDER BY `position` |
0.775
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1308 |
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` = 3471
ORDER BY `position` |
0.775
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 380 |
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` = 1519) AND (b.`id_shop` = 1) LIMIT 1 |
0.774
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 448 |
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` = 2930) AND (b.`id_shop` = 1) LIMIT 1 |
0.773
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 227 |
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` = 7631) AND (b.`id_shop` = 1) LIMIT 1 |
0.772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 414 |
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` = 2133) AND (b.`id_shop` = 1) LIMIT 1 |
0.772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2030 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1446
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.771
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1287 |
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` = 1565
ORDER BY `position` |
0.770
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2042 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2430
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.768
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2062 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12044,19740)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.768
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1341 |
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` = 4605
ORDER BY `position` |
0.767
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2083 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16206,19727)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.767
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 796 |
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` = 7273
ORDER BY `position` |
0.766
ms
|
11 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 465 |
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` = 3073) AND (b.`id_shop` = 1) LIMIT 1 |
0.766
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2088 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4603
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.765
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 499 |
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` = 3462) AND (b.`id_shop` = 1) LIMIT 1 |
0.764
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 760 |
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` = 5268
ORDER BY `position` |
0.764
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1281 |
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` = 1446
ORDER BY `position` |
0.763
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1263 |
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` = 2602
ORDER BY `position` |
0.763
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1979 |
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 c.`nleft` <= 294 AND c.`nright` >= 301 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.762
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/stswiper/classes/StSwiperGroup.php:245 (getParentsCategories)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2082 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3784
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.762
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1002 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.761
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 261 |
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` = 2602) AND (b.`id_shop` = 1) LIMIT 1 |
0.760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 975 |
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` = 2930
ORDER BY `position` |
0.760
ms
|
8 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 805 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.759
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2076 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3777
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.759
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 31 |
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.757
ms
|
97 |
|
|
/classes/module/Module.php:346
/modules/jprestaspeedpack/jprestaspeedpack.php:202 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 732 |
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 c.`nleft` <= 267 AND c.`nright` >= 318 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.757
ms
|
246 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1335 |
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` = 3786
ORDER BY `position` |
0.757
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2058 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3471
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.757
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2079 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3783
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.757
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1329 |
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` = 3783
ORDER BY `position` |
0.756
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2085 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3786
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.756
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1026 |
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` = 3462
ORDER BY `position` |
0.755
ms
|
7 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1338 |
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` = 4603
ORDER BY `position` |
0.755
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 244 |
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` = 5268) AND (b.`id_shop` = 1) LIMIT 1 |
0.754
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 908 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1519) LIMIT 1 |
0.754
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1565) LIMIT 1 |
0.754
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2070 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3697
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.753
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1218 |
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` = 4603
ORDER BY `position` |
0.752
ms
|
9 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1899 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=15 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.752
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1011 |
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` = 3407
ORDER BY `position` |
0.750
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2073 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3758
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.748
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 778 |
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` = 2602
ORDER BY `position` |
0.747
ms
|
6 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2049 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3073
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.746
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2061 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3474
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.746
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1305 |
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` = 3462
ORDER BY `position` |
0.745
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1905 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=49 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.745
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 548 |
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` = 3529
AND image_shop.`cover` = 1 LIMIT 1 |
0.744
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1165 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3783) LIMIT 1 |
0.744
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 907 |
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` = 1519
ORDER BY `position` |
0.744
ms
|
5 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 745 |
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` = 7631
ORDER BY `position` |
0.743
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 939 |
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` = 2133
ORDER BY `position` |
0.743
ms
|
5 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1810 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=13 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.743
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5278) LIMIT 1 |
0.742
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 834 |
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` = 5278
ORDER BY `position` |
0.742
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1275 |
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` = 2433
ORDER BY `position` |
0.742
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 329 |
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` = 2433) AND (b.`id_shop` = 1) LIMIT 1 |
0.740
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1296 |
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` = 2930
ORDER BY `position` |
0.740
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1134 |
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` = 3758
ORDER BY `position` |
0.738
ms
|
5 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1284 |
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` = 1519
ORDER BY `position` |
0.738
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2433 LIMIT 1 |
0.738
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1062 |
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` = 3474
ORDER BY `position` |
0.738
ms
|
8 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1290 |
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` = 2133
ORDER BY `position` |
0.738
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 295 |
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` = 2472) AND (b.`id_shop` = 1) LIMIT 1 |
0.737
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1080 |
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` = 3529
ORDER BY `position` |
0.737
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1098 |
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` = 3652
ORDER BY `position` |
0.736
ms
|
7 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2052 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3407
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.736
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1311 |
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` = 3474
ORDER BY `position` |
0.735
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 686 |
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` = 4603) AND (b.`id_shop` = 1) LIMIT 1 |
0.734
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1320 |
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` = 3697
ORDER BY `position` |
0.733
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2472) LIMIT 1 |
0.732
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 852 |
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` = 2433
ORDER BY `position` |
0.731
ms
|
6 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 363 |
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` = 1446) AND (b.`id_shop` = 1) LIMIT 1 |
0.729
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1272 |
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` = 5278
ORDER BY `position` |
0.729
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2089 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (17191,17192)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.729
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1323 |
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` = 3758
ORDER BY `position` |
0.729
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2071 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16221,23961)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.729
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 278 |
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` = 7273) AND (b.`id_shop` = 1) LIMIT 1 |
0.728
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5459) LIMIT 1 |
0.728
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1219 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4603) LIMIT 1 |
0.728
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2043 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (14675,14676,23997)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.728
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4605) LIMIT 1 |
0.727
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2033 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1519
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.727
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3462) LIMIT 1 |
0.727
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2039 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2133
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.726
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 431 |
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` = 2430) AND (b.`id_shop` = 1) LIMIT 1 |
0.726
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1063 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3474) LIMIT 1 |
0.726
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3784) LIMIT 1 |
0.726
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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.725
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:52 (require)
|
| 957 |
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` = 2430
ORDER BY `position` |
0.725
ms
|
3 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3758) LIMIT 1 |
0.725
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1317 |
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` = 3652
ORDER BY `position` |
0.724
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2433) LIMIT 1 |
0.723
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1012 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3407) LIMIT 1 |
0.723
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2930) LIMIT 1 |
0.721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 703 |
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` = 4605) AND (b.`id_shop` = 1) LIMIT 1 |
0.720
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5675 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 993 |
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` = 3073
ORDER BY `position` |
0.720
ms
|
7 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1302 |
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` = 3407
ORDER BY `position` |
0.719
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2133) LIMIT 1 |
0.719
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3777) LIMIT 1 |
0.718
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1299 |
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` = 3073
ORDER BY `position` |
0.718
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5268) LIMIT 1 |
0.717
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 816 |
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` = 2472
ORDER BY `position` |
0.717
ms
|
2 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2602) LIMIT 1 |
0.716
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1269 |
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` = 2472
ORDER BY `position` |
0.716
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1201 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3786) LIMIT 1 |
0.715
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3697) LIMIT 1 |
0.713
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3529) LIMIT 1 |
0.712
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3652) LIMIT 1 |
0.711
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3471) LIMIT 1 |
0.711
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1116 |
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` = 3697
ORDER BY `position` |
0.707
ms
|
3 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1236 |
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` = 4605
ORDER BY `position` |
0.707
ms
|
11 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 378 |
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` = 1519
AND image_shop.`cover` = 1 LIMIT 1 |
0.706
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1314 |
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` = 3529
ORDER BY `position` |
0.706
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1861 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=37 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.703
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1988 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_banner_group` smsg
INNER JOIN ps_st_banner_group_shop st_banner_group_shop
ON (st_banner_group_shop.id_st_banner_group = smsg.id_st_banner_group AND st_banner_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 109 LIMIT 1 |
0.702
ms
|
99 |
|
|
/modules/stbanner/classes/StBannerGroup.php:263
/modules/stbanner/classes/StBannerGroup.php:293 (categoryHasBanner)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1257 |
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` = 7631
ORDER BY `position` |
0.698
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3073) LIMIT 1 |
0.696
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2077 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (15437,15438)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.690
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1633 |
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` = 439) AND (b.`id_shop` = 1) LIMIT 1 |
0.688
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7273) LIMIT 1 |
0.683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1823 |
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` = 184) AND (b.`id_shop` = 1) LIMIT 1 |
0.682
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2059 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12034,17493)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.682
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 718 |
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` = 4843
ORDER BY `position` |
0.680
ms
|
4 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1911 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=51 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.680
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2050 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (12996,17031)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.679
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1547 |
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.678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1700 |
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.678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2080 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16197,19734)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.678
ms
|
2 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1689 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=5 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.676
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 480 |
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` = 3407
AND image_shop.`cover` = 1 LIMIT 1 |
0.673
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1784 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=23 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.671
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1563 |
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` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.670
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1595 |
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` = 531) AND (b.`id_shop` = 1) LIMIT 1 |
0.669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1880 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=17 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.669
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1044 |
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` = 3471
ORDER BY `position` |
0.668
ms
|
8 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1565 |
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` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
0.665
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1254 |
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` = 4843
ORDER BY `position` |
0.663
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1260 |
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` = 5268
ORDER BY `position` |
0.662
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.659
ms
|
185 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:708 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1765 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=10 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.658
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1813 |
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.654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1887 |
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.654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1845 |
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.653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1524 |
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.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1589 |
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` = 528) AND (b.`id_shop` = 1) LIMIT 1 |
0.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1625 |
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` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
0.647
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1557 |
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` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
0.647
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1946 |
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` = 494) AND (b.`id_shop` = 1) LIMIT 1 |
0.645
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (30) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.644
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmultilink/stmultilink.php:483 (getLinks)
/modules/stmultilink/stmultilink.php:370 (getLinkInfo)
/modules/stmultilink/stmultilink.php:353 (_prepareLinks)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:681 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:18 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1653 |
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` = 506) AND (b.`id_shop` = 1) LIMIT 1 |
0.641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4843) LIMIT 1 |
0.639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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` = 460) AND (b.`id_shop` = 1) LIMIT 1 |
0.638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (13)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.638
ms
|
1 |
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5278 AND `id_shop` = 1 |
0.637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2433 AND `id_shop` = 1 |
0.631
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (11)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.631
ms
|
1 |
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1622 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=7 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.630
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
LEFT JOIN `ps_st_sticker_group` sg ON (s.`id_st_sticker` = sg.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (0) AND sg.`id_group` IN (1) AND s.`id_st_sticker` IN (13)
GROUP BY s.`id_st_sticker`
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.628
ms
|
1 |
|
Yes
|
/modules/ststickers/classes/StStickersClass.php:178
/modules/ststickers/classes/StStickersMapClass.php:323 (getAll)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1283 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24036, 9535) AND il.`id_lang` = 1 ORDER by i.`position` |
0.628
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1739 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=11 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.627
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 889 |
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` = 1446
ORDER BY `position` |
0.626
ms
|
3 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:3734
/modules/stthemeeditor/stthemeeditor.php:3704 (getProductImages)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1708 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=8 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.626
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1740 |
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.622
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1989 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_banner_group` smsg
INNER JOIN ps_st_banner_group_shop st_banner_group_shop
ON (st_banner_group_shop.id_st_banner_group = smsg.id_st_banner_group AND st_banner_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 2 LIMIT 1 |
0.619
ms
|
99 |
|
|
/modules/stbanner/classes/StBannerGroup.php:263
/modules/stbanner/classes/StBannerGroup.php:293 (categoryHasBanner)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "labsearch" LIMIT 1 |
0.618
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2261 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1943 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=53 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.617
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3697 AND `id_shop` = 1 |
0.614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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 = 'slambaba.com' OR su.domain_ssl = 'slambaba.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.613
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:52 (require)
|
| 210 |
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` = 4843) |
0.613
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1504 |
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.613
ms
|
1 |
|
|
/classes/Cart.php:4256
/classes/Cart.php:4231 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/37/0e/88/370e8865c568859c76a67d7b9f7562328c42fac7_2.file.javascript.tpl.php:82 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe8393d807_72148980)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:945 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:651 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1725 |
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.612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1280 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23899, 28796, 23898) AND il.`id_lang` = 1 ORDER by i.`position` |
0.609
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1815 |
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.609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1348 |
SELECT SQL_NO_CACHE id_mrcomment,
COALESCE(SUM(type="like"),0) as likes,
COALESCE(SUM(type="dislike"),0) as dislikes
FROM `ps_mrcomment_like`
WHERE id_mrcomment IN (50103,49392)
GROUP BY id_mrcomment |
0.608
ms
|
2 |
|
|
/modules/mrcomment/mrcomment.php:3874
/modules/mrcomment/mrcomment.php:2576 (addLikesDislikes)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1277 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (14802, 24072, 14801) AND il.`id_lang` = 1 ORDER by i.`position` |
0.605
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 1 AND sml.`id_st_multi_link_group`=7 AND sml.`active`=1
ORDER BY sml.`position` |
0.604
ms
|
44 |
Yes
|
|
/modules/stmultilink/classes/StMultiLinkClass.php:82
/modules/stmultilink/stmultilink.php:352 (getAll)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:681 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:18 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1965 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=52 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.604
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1752 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=12 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.603
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1571 |
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.602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1825 |
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.601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1569 |
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` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
0.601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1793 |
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` = 426) AND (b.`id_shop` = 1) LIMIT 1 |
0.601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 667 |
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` = 3786
AND image_shop.`cover` = 1 LIMIT 1 |
0.600
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1841 |
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.600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3758 AND `id_shop` = 1 |
0.600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 802 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.596
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1838 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=14 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.596
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1032 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.593
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 604 |
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` = 3758) |
0.593
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 519 |
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` = 3471) |
0.592
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1551 |
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.592
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 599 |
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` = 3758
AND image_shop.`cover` = 1 LIMIT 1 |
0.591
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1188 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.591
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3783 AND `id_shop` = 1 |
0.591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 536 |
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` = 3474) |
0.590
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5268 AND `id_shop` = 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 784 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.590
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1505 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-09-18 00:00:00" AND date_to <= "2026-09-18 23:59:59") OR (date_from >= "2026-09-18 00:00:00" AND date_from <= "2026-09-18 23:59:59") OR (date_from < "2026-09-18 00:00:00" AND date_to > "2026-09-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.590
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (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:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/37/0e/88/370e8865c568859c76a67d7b9f7562328c42fac7_2.file.javascript.tpl.php:82 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe8393d807_72148980)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:945 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:651 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1847 |
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.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 531 |
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` = 3474
AND image_shop.`cover` = 1 LIMIT 1 |
0.588
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1904 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=113 AND `active`=1
ORDER BY `position` |
0.588
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1086 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.587
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3784 AND `id_shop` = 1 |
0.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1068 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.586
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 840 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.585
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1152 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.585
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1924 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=50 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.585
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1082 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3529 AND `id_shop` = 1 |
0.584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1265 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (14683, 23985, 14507) AND il.`id_lang` = 1 ORDER by i.`position` |
0.584
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 927 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.584
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (14676, 23997, 14675) AND il.`id_lang` = 1 ORDER by i.`position` |
0.584
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1819 |
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` = 486) AND (b.`id_shop` = 1) LIMIT 1 |
0.583
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 963 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.583
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 751 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.582
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1104 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.582
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1271 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (14681, 23996, 14680) AND il.`id_lang` = 1 ORDER by i.`position` |
0.582
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1849 |
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.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 999 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.581
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 672 |
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` = 3786) |
0.580
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1202 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3786 AND `id_shop` = 1 |
0.580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.579
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/classes/Category.php:1574 (getRootCategory)
/modules/mysuptels/mysuptels.php:587 (getParentsCategories)
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3407 AND `id_shop` = 1 |
0.579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1170 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.579
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1787 |
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` = 421) AND (b.`id_shop` = 1) LIMIT 1 |
0.579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 463 |
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` = 3073
AND image_shop.`cover` = 1 LIMIT 1 |
0.579
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1521 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_st_mega_column`=4 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1 AND smm.id_shop = 1
ORDER BY smm.`position` |
0.579
ms
|
47 |
Yes
|
|
/modules/stmegamenu/classes/StMegaMenuClass.php:219
/modules/stmegamenu/stmegamenu.php:3892 (getByColumnId)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1766 |
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` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2602 AND `id_shop` = 1 |
0.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1242 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.577
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1307 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19744, 12024) AND il.`id_lang` = 1 ORDER by i.`position` |
0.576
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1549 |
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.576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1663 |
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.576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 514 |
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` = 3471
AND image_shop.`cover` = 1 LIMIT 1 |
0.575
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1565 AND `id_shop` = 1 |
0.574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19740, 12044) AND il.`id_lang` = 1 ORDER by i.`position` |
0.574
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1811 |
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.574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19636) LIMIT 1 |
0.574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 259 |
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` = 2602
AND image_shop.`cover` = 1 LIMIT 1 |
0.574
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3652 AND `id_shop` = 1 |
0.574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1577 |
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` = 522) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1772 |
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` = 281) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1817 |
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` = 489) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2930 AND `id_shop` = 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23982, 4879) AND il.`id_lang` = 1 ORDER by i.`position` |
0.573
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 638 |
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` = 3783) |
0.572
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 553 |
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` = 3529) |
0.572
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2133 AND `id_shop` = 1 |
0.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1742 |
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.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 247 |
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` = 5268) |
0.571
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 349 |
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` = 5459) |
0.571
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5459 AND `id_shop` = 1 |
0.571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24103, 3319) AND il.`id_lang` = 1 ORDER by i.`position` |
0.571
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1583 |
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.571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 276 |
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` = 7273
AND image_shop.`cover` = 1 LIMIT 1 |
0.570
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1122 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.570
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1050 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.569
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1206 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.569
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1298 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19745, 9059) AND il.`id_lang` = 1 ORDER by i.`position` |
0.569
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1506 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-09-18 00:00:00" AND date_to <= "2026-09-18 23:59:59") OR (date_from >= "2026-09-18 00:00:00" AND date_from <= "2026-09-18 23:59:59") OR (date_from < "2026-09-18 00:00:00" AND date_to > "2026-09-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.569
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/37/0e/88/370e8865c568859c76a67d7b9f7562328c42fac7_2.file.javascript.tpl.php:82 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe8393d807_72148980)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:945 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:651 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 366 |
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` = 1446) |
0.569
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1224 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.568
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1868 |
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` = 145) AND (b.`id_shop` = 1) LIMIT 1 |
0.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 858 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.567
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3462 AND `id_shop` = 1 |
0.567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1304 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (15204, 15203) AND il.`id_lang` = 1 ORDER by i.`position` |
0.567
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 230 |
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` = 7631) |
0.566
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1301 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17031, 12996) AND il.`id_lang` = 1 ORDER by i.`position` |
0.566
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1579 |
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` = 524) AND (b.`id_shop` = 1) LIMIT 1 |
0.566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (22868, 23987, 22869) AND il.`id_lang` = 1 ORDER by i.`position` |
0.565
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1627 |
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.565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 945 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.564
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3474 AND `id_shop` = 1 |
0.564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1532 |
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` = 111) AND (b.`id_shop` = 1) LIMIT 1 |
0.564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 981 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.562
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 485 |
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` = 3407) |
0.562
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 766 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.562
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1872 |
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` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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` = 160) AND (b.`id_shop` = 1) LIMIT 1 |
0.561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1659 |
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` = 479) AND (b.`id_shop` = 1) LIMIT 1 |
0.561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1931 |
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` = 502) AND (b.`id_shop` = 1) LIMIT 1 |
0.561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12034) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1534 |
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` = 492) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1573 |
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` = 521) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1337 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17476, 13085) AND il.`id_lang` = 1 ORDER by i.`position` |
0.559
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2430 AND `id_shop` = 1 |
0.558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 706 |
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` = 4605) |
0.558
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3471 AND `id_shop` = 1 |
0.558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 895 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.557
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3777 AND `id_shop` = 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1774 |
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` = 235) AND (b.`id_shop` = 1) LIMIT 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 281 |
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` = 7273) |
0.556
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 468 |
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` = 3073) |
0.556
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1289 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19371, 3450) AND il.`id_lang` = 1 ORDER by i.`position` |
0.556
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1661 |
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` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1757 |
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` = 241) AND (b.`id_shop` = 1) LIMIT 1 |
0.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1325 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24104, 12998) AND il.`id_lang` = 1 ORDER by i.`position` |
0.555
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 502 |
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` = 3462) |
0.554
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1647 |
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` = 515) AND (b.`id_shop` = 1) LIMIT 1 |
0.554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 621 |
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` = 3777) |
0.553
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 587 |
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` = 3697) |
0.553
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1340 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17192, 17191) AND il.`id_lang` = 1 ORDER by i.`position` |
0.553
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1692 |
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` = 151) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1976 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`id_category` IN (160) LIMIT 1 |
0.552
ms
|
4 |
|
|
/modules/stswiper/classes/StSwiperGroup.php:223
/modules/stswiper/classes/StSwiperGroup.php:235 (categoryHasSlide)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 684 |
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` = 4603
AND image_shop.`cover` = 1 LIMIT 1 |
0.552
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 689 |
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` = 4603) |
0.552
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1316 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16216, 23966) AND il.`id_lang` = 1 ORDER by i.`position` |
0.552
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1746 |
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` = 244) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1789 |
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` = 422) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1310 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17493, 12034) AND il.`id_lang` = 1 ORDER by i.`position` |
0.551
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16799, 12595) AND il.`id_lang` = 1 ORDER by i.`position` |
0.551
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1331 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16197, 19734) AND il.`id_lang` = 1 ORDER by i.`position` |
0.551
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1567 |
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` = 520) AND (b.`id_shop` = 1) LIMIT 1 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1585 |
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` = 525) AND (b.`id_shop` = 1) LIMIT 1 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1952 |
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` = 497) AND (b.`id_shop` = 1) LIMIT 1 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1328 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (15438, 15437) AND il.`id_lang` = 1 ORDER by i.`position` |
0.549
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1918 |
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` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 995 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3073 AND `id_shop` = 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1795 |
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` = 427) AND (b.`id_shop` = 1) LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1806 |
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` = 485) AND (b.`id_shop` = 1) LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1591 |
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` = 487) AND (b.`id_shop` = 1) LIMIT 1 |
0.547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1729 |
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.547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 1 AND sml.`id_st_multi_link_group`=6 AND sml.`active`=1
ORDER BY sml.`position` |
0.546
ms
|
44 |
Yes
|
|
/modules/stmultilink/classes/StMultiLinkClass.php:82
/modules/stmultilink/stmultilink.php:352 (getAll)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:685 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter3)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:19 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1559 |
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` = 518) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1649 |
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` = 532) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1696 |
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` = 516) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12595) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1914 |
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.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1927 |
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` = 463) AND (b.`id_shop` = 1) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 7631 AND `id_shop` = 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1639 |
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` = 514) AND (b.`id_shop` = 1) LIMIT 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1731 |
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.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 655 |
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` = 3784) |
0.544
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1635 |
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` = 468) AND (b.`id_shop` = 1) LIMIT 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1643 |
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` = 488) AND (b.`id_shop` = 1) LIMIT 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 727 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.543
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1874 |
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` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1519 AND `id_shop` = 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1883 |
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.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1935 |
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` = 504) AND (b.`id_shop` = 1) LIMIT 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1895 |
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.542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1530 |
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` = 342) AND (b.`id_shop` = 1) LIMIT 1 |
0.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1655 |
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.540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 264 |
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` = 2602) |
0.539
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 570 |
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` = 3652) |
0.539
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE DISTINCT ih.`hook_name`
FROM `ps_sbtrustmodal_item` i
INNER JOIN `ps_sbtrustmodal_item_hook` ih
ON ih.`id_sbtrustmodal_item` = i.`id_sbtrustmodal_item`
WHERE i.`id_shop` = 1
AND i.`active` = 1 |
0.537
ms
|
5 |
|
|
/modules/sbtrustmodals/sbtrustmodals.php:2627
/modules/sbtrustmodals/sbtrustmodals.php:2647 (getActiveHookNames)
/modules/sbtrustmodals/sbtrustmodals.php:3077 (renderPlacement)
/classes/Hook.php:1083 (hookDisplayHeaderLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:14 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 315 |
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` = 5278) |
0.536
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1347 |
SELECT SQL_NO_CACHE g.*, cr.name
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment_criteria` cr ON g.id_criteria = cr.id_criteria
WHERE g.id_mrcomment IN (50103,49392) |
0.536
ms
|
2 |
|
|
/modules/mrcomment/classes/MrCommentClass.php:555
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 332 |
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` = 2433) |
0.535
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 877 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.535
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1526 |
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.535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1948 |
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` = 495) AND (b.`id_shop` = 1) LIMIT 1 |
0.534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1361 |
SELECT SQL_NO_CACHE g.*, cr.name
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment_criteria` cr ON g.id_criteria = cr.id_criteria
WHERE g.id_mrcomment IN (48876) |
0.533
ms
|
1 |
|
|
/modules/mrcomment/classes/MrCommentClass.php:555
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1334 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16206, 19727) AND il.`id_lang` = 1 ORDER by i.`position` |
0.533
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 383 |
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` = 1519) |
0.531
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1220 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4603 AND `id_shop` = 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 400 |
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` = 1565) |
0.530
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1259 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24828, 24829, 24827) AND il.`id_lang` = 1 ORDER by i.`position` |
0.530
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1274 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17545, 24982, 18671) AND il.`id_lang` = 1 ORDER by i.`position` |
0.530
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1343 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16729, 16728) AND il.`id_lang` = 1 ORDER by i.`position` |
0.530
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1827 |
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` = 139) AND (b.`id_shop` = 1) LIMIT 1 |
0.530
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 451 |
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` = 2930) |
0.529
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 822 |
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 c.`nleft` <= 2 AND c.`nright` >= 491 AND c.`nleft` >= 2 AND c.`nright` <= 491 ORDER BY `nleft` DESC |
0.527
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1785 |
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` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1776 |
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` = 199) AND (b.`id_shop` = 1) LIMIT 1 |
0.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 225 |
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` = 7631
AND image_shop.`cover` = 1 LIMIT 1 |
0.525
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1717 |
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.523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1744 |
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` = 240) AND (b.`id_shop` = 1) LIMIT 1 |
0.522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12024) LIMIT 1 |
0.521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16221) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1553 |
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` = 517) AND (b.`id_shop` = 1) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1991 |
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1 AND secc.`id_st_easy_content`=708 ORDER BY secc.`position` |
0.520
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/steasycontent.php:2649 (recurseLightTree)
/modules/steasycontent/steasycontent.php:3658 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1528 |
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.519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19727) LIMIT 1 |
0.518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1755 |
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` = 237) AND (b.`id_shop` = 1) LIMIT 1 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9059) LIMIT 1 |
0.516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 298 |
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` = 2472) |
0.515
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 434 |
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` = 2430) |
0.512
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1821 |
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` = 490) AND (b.`id_shop` = 1) LIMIT 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 242 |
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` = 5268
AND image_shop.`cover` = 1 LIMIT 1 |
0.510
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1893 |
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.509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 417 |
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` = 2133) |
0.508
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1715 |
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.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16996, 23995, 16997) AND il.`id_lang` = 1 ORDER by i.`position` |
0.508
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 582 |
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` = 3697
AND image_shop.`cover` = 1 LIMIT 1 |
0.507
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1262 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17544, 23994, 19636) AND il.`id_lang` = 1 ORDER by i.`position` |
0.506
ms
|
3 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3758 AND pa.`id_product` = 3758 AND pa.`id_product_attribute` = 12998 LIMIT 1 |
0.506
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1446 AND `id_shop` = 1 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1768 |
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.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1727 |
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.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1575 |
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.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1770 |
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.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1925 |
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` = 234) AND (b.`id_shop` = 1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1368 |
SELECT SQL_NO_CACHE g.*, cr.name
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment_criteria` cr ON g.id_criteria = cr.id_criteria
WHERE g.id_mrcomment IN (48653,48652) |
0.502
ms
|
2 |
|
|
/modules/mrcomment/classes/MrCommentClass.php:555
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3783 AND pa.`id_product` = 3783 AND pa.`id_product_attribute` = 19734 LIMIT 1 |
0.501
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1432 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.500
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5268 AND pa.`id_product` = 5268 AND pa.`id_product_attribute` = 19636 LIMIT 1 |
0.499
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1851 |
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` = 181) AND (b.`id_shop` = 1) LIMIT 1 |
0.499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1377 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.498
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1238 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4605 AND `id_shop` = 1 |
0.497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3786 AND pa.`id_product` = 3786 AND pa.`id_product_attribute` = 13085 LIMIT 1 |
0.496
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 7273 AND `id_shop` = 1 |
0.494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16997) LIMIT 1 |
0.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5459 AND pa.`id_product` = 5459 AND pa.`id_product_attribute` = 23898 LIMIT 1 |
0.492
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1555 |
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` = 519) AND (b.`id_shop` = 1) LIMIT 1 |
0.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 344 |
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` = 5459
AND image_shop.`cover` = 1 LIMIT 1 |
0.492
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3471 AND pa.`id_product` = 3471 AND pa.`id_product_attribute` = 12034 LIMIT 1 |
0.491
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 616 |
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` = 3777
AND image_shop.`cover` = 1 LIMIT 1 |
0.491
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2930 AND pa.`id_product` = 2930 AND pa.`id_product_attribute` = 9059 LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 15 |
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.490
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1581 |
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` = 526) AND (b.`id_shop` = 1) LIMIT 1 |
0.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1645 |
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` = 513) AND (b.`id_shop` = 1) LIMIT 1 |
0.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1759 |
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.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3474 AND pa.`id_product` = 3474 AND pa.`id_product_attribute` = 12044 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1369 |
SELECT SQL_NO_CACHE id_mrcomment,
COALESCE(SUM(type="like"),0) as likes,
COALESCE(SUM(type="dislike"),0) as dislikes
FROM `ps_mrcomment_like`
WHERE id_mrcomment IN (48653,48652)
GROUP BY id_mrcomment |
0.489
ms
|
2 |
|
|
/modules/mrcomment/mrcomment.php:3874
/modules/mrcomment/mrcomment.php:2576 (addLikesDislikes)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 565 |
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` = 3652
AND image_shop.`cover` = 1 LIMIT 1 |
0.488
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1711 |
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.488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.487
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmultilink/stmultilink.php:483 (getLinks)
/modules/stmultilink/stmultilink.php:370 (getLinkInfo)
/modules/stmultilink/stmultilink.php:353 (_prepareLinks)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:681 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:18 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2133 AND pa.`id_product` = 2133 AND pa.`id_product_attribute` = 4879 LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2430 AND pa.`id_product` = 2430 AND pa.`id_product_attribute` = 14675 LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1791 |
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` = 423) AND (b.`id_shop` = 1) LIMIT 1 |
0.487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `ps_psf_redirection`
WHERE `id_shop` =1 AND `active` = 1 |
0.487
ms
|
10 |
|
|
/modules/psf_prestalink/models/PsfRedirection.php:369
/modules/psf_prestalink/models/PsfRedirection.php:268 (findByUrl)
/modules/psf_prestalink/classes/PrestalinkModule.php:136 (loadByUrl)
:undefined (_hookActionDispatcher)
/modules/psy_smartlogin/psdk/PsdkModulePluginable.php:565 (call_user_func_array)
/modules/psy_smartlogin/psdk/PsdkModulePluginable.php:610 (hookRunner)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5278 AND pa.`id_product` = 5278 AND pa.`id_product_attribute` = 18671 LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4603 AND pa.`id_product` = 4603 AND pa.`id_product_attribute` = 17191 LIMIT 1 |
0.486
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3652 AND pa.`id_product` = 3652 AND pa.`id_product_attribute` = 12595 LIMIT 1 |
0.485
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2472 AND pa.`id_product` = 2472 AND pa.`id_product_attribute` = 14680 LIMIT 1 |
0.485
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 978 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2930 |
0.485
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1351 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.485
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1593 |
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` = 529) AND (b.`id_shop` = 1) LIMIT 1 |
0.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1753 |
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` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1950 |
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` = 496) AND (b.`id_shop` = 1) LIMIT 1 |
0.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3697 AND pa.`id_product` = 3697 AND pa.`id_product_attribute` = 16221 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3777 AND pa.`id_product` = 3777 AND pa.`id_product_attribute` = 15437 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3784 AND pa.`id_product` = 3784 AND pa.`id_product_attribute` = 19727 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 633 |
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` = 3783
AND image_shop.`cover` = 1 LIMIT 1 |
0.483
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4605 AND pa.`id_product` = 4605 AND pa.`id_product_attribute` = 16728 LIMIT 1 |
0.483
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1561 |
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` = 523) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1587 |
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` = 527) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1944 |
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` = 493) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1933 |
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` = 503) AND (b.`id_shop` = 1) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1536 |
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.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1929 |
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` = 501) AND (b.`id_shop` = 1) LIMIT 1 |
0.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1519 AND pa.`id_product` = 1519 AND pa.`id_product_attribute` = 3319 LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1 AND secc.`id_st_easy_content`=20 ORDER BY secc.`position` |
0.481
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/steasycontent.php:2649 (recurseLightTree)
/modules/steasycontent/steasycontent.php:3569 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3529 AND pa.`id_product` = 3529 AND pa.`id_product_attribute` = 23966 LIMIT 1 |
0.481
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3073 AND pa.`id_product` = 3073 AND pa.`id_product_attribute` = 12996 LIMIT 1 |
0.481
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 293 |
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` = 2472
AND image_shop.`cover` = 1 LIMIT 1 |
0.480
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19734) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1631 |
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` = 510) AND (b.`id_shop` = 1) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1954 |
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` = 498) AND (b.`id_shop` = 1) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1713 |
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.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1629 |
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` = 474) AND (b.`id_shop` = 1) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 7273 AND pa.`id_product` = 7273 AND pa.`id_product_attribute` = 22869 LIMIT 1 |
0.477
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 395 |
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` = 1565
AND image_shop.`cover` = 1 LIMIT 1 |
0.477
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1665 |
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` = 482) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1392 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.476
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 361 |
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` = 1446
AND image_shop.`cover` = 1 LIMIT 1 |
0.475
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1803 |
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.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 7631 AND pa.`id_product` = 7631 AND pa.`id_product_attribute` = 24827 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2602 AND pa.`id_product` = 2602 AND pa.`id_product_attribute` = 14507 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3407 AND pa.`id_product` = 3407 AND pa.`id_product_attribute` = 15203 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1446 AND pa.`id_product` = 1446 AND pa.`id_product_attribute` = 9535 LIMIT 1 |
0.473
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.473
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1657 |
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` = 500) AND (b.`id_shop` = 1) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 459) LIMIT 1 |
0.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1839 |
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.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3462 AND pa.`id_product` = 3462 AND pa.`id_product_attribute` = 12024 LIMIT 1 |
0.471
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 701 |
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` = 4605
AND image_shop.`cover` = 1 LIMIT 1 |
0.471
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1355 |
SELECT SQL_NO_CACHE id_mrcomment,
COALESCE(SUM(type="like"),0) as likes,
COALESCE(SUM(type="dislike"),0) as dislikes
FROM `ps_mrcomment_like`
WHERE id_mrcomment IN (50579)
GROUP BY id_mrcomment |
0.471
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:3874
/modules/mrcomment/mrcomment.php:2576 (addLikesDislikes)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE i.`id_sbtrustmodal_item`, i.`page_scope`, i.`visibility_scope`, i.`include_children`, i.`button_style`
FROM `ps_sbtrustmodal_item` i
WHERE i.`id_shop` = 1
AND i.`active` = 1 |
0.471
ms
|
5 |
|
|
/modules/sbtrustmodals/sbtrustmodals.php:2845
/modules/sbtrustmodals/sbtrustmodals.php:2541 (getVisibleStyleKeys)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1623 |
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` = 142) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.470
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 191 |
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.470
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/mysuptels/mysuptels.php:587 (getParentsCategories)
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4843 AND `id_shop` = 1 |
0.469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1354 |
SELECT SQL_NO_CACHE g.*, cr.name
FROM `ps_mrcomment_grade` g
INNER JOIN `ps_mrcomment_criteria` cr ON g.id_criteria = cr.id_criteria
WHERE g.id_mrcomment IN (50579) |
0.469
ms
|
1 |
|
|
/modules/mrcomment/classes/MrCommentClass.php:555
/modules/mrcomment/mrcomment.php:2575 (getFilteredByProducts)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1881 |
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.469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 650 |
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` = 3784
AND image_shop.`cover` = 1 LIMIT 1 |
0.468
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 5268 |
0.468
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1690 |
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.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1870 |
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.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2433 AND pa.`id_product` = 2433 AND pa.`id_product_attribute` = 14801 LIMIT 1 |
0.468
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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` = 459) AND (b.`id_shop` = 1) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1565 AND pa.`id_product` = 1565 AND pa.`id_product_attribute` = 3450 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1231 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 33 |
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` = 112) LIMIT 1 |
0.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:4265 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:588 (getCountry)
/modules/jprestaspeedpack/jprestaspeedpack.php:1399 (init)
/classes/Hook.php:1083 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12996 LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16728) LIMIT 1 |
0.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1885 |
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.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 16997 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4843 AND pa.`id_product` = 4843 AND pa.`id_product_attribute` = 16997 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5833 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12998 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 875 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1916 |
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.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 967 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.461
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 310 |
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` = 5278
AND image_shop.`cover` = 1 LIMIT 1 |
0.461
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.461
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 964 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.461
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1120 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1698 |
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.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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` = 112) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:52 (require)
|
| 928 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1222 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1709 |
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.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 327 |
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` = 2433
AND image_shop.`cover` = 1 LIMIT 1 |
0.459
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1108 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 412 |
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` = 2133
AND image_shop.`cover` = 1 LIMIT 1 |
0.458
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 429 |
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` = 2430
AND image_shop.`cover` = 1 LIMIT 1 |
0.458
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1101 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3652 |
0.458
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1203 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3786 |
0.458
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 15437) LIMIT 1 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 497 |
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` = 3462
AND image_shop.`cover` = 1 LIMIT 1 |
0.457
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2430 |
0.457
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1069 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1912 |
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.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.455
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3758 |
0.455
ms
|
3 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1956 |
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` = 499) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.455
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1723 |
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.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1072 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3697 |
0.454
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1141 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE 1 FROM information_schema.TABLES
WHERE TABLE_SCHEMA=DATABASE()
AND TABLE_NAME='ps_sbsmartcompare_legacy_page' LIMIT 1 |
0.453
ms
|
0 |
|
|
/modules/sbsmartcompare/sbsmartcompare.php:583
/modules/sbsmartcompare/sbsmartcompare.php:740 (hasStaticComparePages)
/classes/Hook.php:1083 (hookActionAfterLoadRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:708 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 48 |
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` = 2) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:691 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 14801) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13085) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3471 |
0.453
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1372 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.453
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1641 |
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` = 470) AND (b.`id_shop` = 1) LIMIT 1 |
0.452
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `ps_customer`
WHERE (id_customer = 71506) |
0.451
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:294
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1240 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1522 |
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` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 17191 LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1694 |
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` = 150) AND (b.`id_shop` = 1) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3777 |
0.449
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 14507 LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2133 |
0.448
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24827) LIMIT 1 |
0.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 459 AND `id_shop` = 1 |
0.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 446 |
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` = 2930
AND image_shop.`cover` = 1 LIMIT 1 |
0.446
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5658 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1282 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1446 |
0.446
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 13085 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1637 |
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` = 469) AND (b.`id_shop` = 1) LIMIT 1 |
0.446
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12034 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.444
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1221 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 4603 |
0.444
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1651 |
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` = 505) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:310 (__construct)
/modules/stmegamenu/stmegamenu.php:3920 (recurseLiteCategTree)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1738 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=6 AND `active`=1
ORDER BY `position` |
0.444
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12044 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1213 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12044) LIMIT 1 |
0.443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1138 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1225 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1243 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.442
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/stcustomersignin/stcustomersignin.php:533 (getCacheId)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3319) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23966) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 961 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 997 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1246 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12998) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 17191) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 988 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2602 |
0.440
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (36) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.440
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmultilink/stmultilink.php:483 (getLinks)
/modules/stmultilink/stmultilink.php:370 (getLinkInfo)
/modules/stmultilink/stmultilink.php:353 (_prepareLinks)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:685 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter3)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:19 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 15203) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1003 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 9059 LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 16728 LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 7273 |
0.438
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1090 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1969 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stmegamenu/stmegamenu.php:4061 (getSize)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 14675) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2433 |
0.437
ms
|
5 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 5278 |
0.436
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 5459 |
0.434
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3462 |
0.434
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3784 |
0.434
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 7631 |
0.433
ms
|
3 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2472 |
0.433
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3407 |
0.433
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1018 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3529 |
0.433
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 18671 LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1565 |
0.432
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3783 |
0.432
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1719 |
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` = 152 LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12996) LIMIT 1 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1446 |
0.430
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1065 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3474 |
0.430
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12034 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 204 |
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` = 160 LIMIT 1 |
0.429
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5673 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1517 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.429
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmegamenu/stmegamenu.php:4263 (getLinks)
/modules/stmegamenu/stmegamenu.php:3881 (getLink)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 18671) LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 3319 LIMIT 1 |
0.429
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 14507) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 22869 LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 14680) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1239 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 4605 |
0.426
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 22869) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3073 |
0.425
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4843) AND (id_product_attribute = 23995) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4879) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.424
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23898) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9535) LIMIT 1 |
0.423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1358 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.423
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 16728 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3450) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7273) AND (id_product_attribute = 22868) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.420
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7273) AND (id_product_attribute = 23987) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5459) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1971 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1420 (getAll)
/modules/stpagebanner/stpagebanner.php:1549 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2602) AND (id_product_attribute = 14683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2133) AND (id_product_attribute = 23982) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.416
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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.415
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:52 (require)
|
| 1192 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.414
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1514 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=129 AND `active`=1
ORDER BY `position` |
0.414
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3652) AND (id_product_attribute = 16799) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:303 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:52 (require)
|
| 95 |
SELECT SQL_NO_CACHE `id_category`, `features` FROM `ps_myfea` WHERE `active`=1 AND `id_category` IN (160) ORDER BY `id_myfea` DESC |
0.412
ms
|
1 |
|
|
/modules/myfealist/myfealist.php:661
/modules/myfealist/myfealist.php:485 (batchLoadCategoryFeatures)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:810 (prepareListingBatch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:761 (warmMyfealistListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1980 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 160 LIMIT 1 |
0.412
ms
|
4 |
|
|
/modules/stswiper/classes/StSwiperGroup.php:223
/modules/stswiper/classes/StSwiperGroup.php:249 (categoryHasSlide)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1519) AND (id_product_attribute = 24103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1492 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.411
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3474) AND (id_product_attribute = 19740) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.410
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1412 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.409
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1446) AND (id_product_attribute = 24036) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 42 |
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.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 332) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1365 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.406
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7631) AND (id_product_attribute = 24829) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1970 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'category_default' LIMIT 1 |
0.405
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stmegamenu/stmegamenu.php:4062 (getSize)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2602) AND (id_product_attribute = 23985) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 46 |
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` = 2) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1387 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.403
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 51 |
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.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1482 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.402
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1853 |
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` = 169 LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3471 LIMIT 1 |
0.401
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1984 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.400
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/stbanner/classes/StBannerGroup.php:289 (getParentsCategories)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.398
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/mysuptels/mysuptels.php:587 (getParentsCategories)
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.395
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 1512 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/prod/smarty/compile/pandachild/52/33/2e/52332e14d92f82d3c12217bc32b7318ae730bb0c_2.module.stshoppingcartviewstemplateshookstshoppingcart.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe6840fc07_99467287)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/stshoppingcart/stshoppingcart.php:754 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1966 |
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` = 471) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/stmegamenu/stmegamenu.php:3916 (__construct)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1318 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3652 |
0.394
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1452 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.392
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1339 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4603 |
0.391
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1981 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 109 LIMIT 1 |
0.391
ms
|
4 |
|
|
/modules/stswiper/classes/StSwiperGroup.php:223
/modules/stswiper/classes/StSwiperGroup.php:249 (categoryHasSlide)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 109 AND `id_shop` = 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1330 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3783 |
0.390
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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.390
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:52 (require)
|
| 187 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (17) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.389
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmultilink/stmultilink.php:483 (getLinks)
/modules/stmultilink/stmultilink.php:370 (getLinkInfo)
/modules/stmultilink/stmultilink.php:353 (_prepareLinks)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:685 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter3)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:19 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:52 (require)
|
| 1779 |
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` = 195 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1321 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3697 |
0.388
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12998 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1327 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3777 |
0.387
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1958 |
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` = 493 LIMIT 1 |
0.387
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1417 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.386
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1487 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.386
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1748 |
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` = 38 LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1294 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2430 |
0.385
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1797 |
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` = 41 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1407 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.384
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1879 |
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` = 43 LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1315 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3529 |
0.383
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3073 |
0.383
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1388 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 5278 LIMIT 1 |
0.383
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1597 |
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` = 97 LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1352 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 4843 LIMIT 1 |
0.382
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1798 |
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` = 421 LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4843 |
0.381
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 160
AND `id_shop` = 1 LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5268) AND (id_product_attribute = 17544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 19745) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4605) AND (id_product_attribute = 16729) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3462) AND (id_product_attribute = 19744) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1288 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1565 |
0.379
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1668 |
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` = 87 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1799 |
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` = 422 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 4843 |
0.379
ms
|
4 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5459) AND (id_product_attribute = 23899) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 16221 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3471) AND (id_product_attribute = 12034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 19734 LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stthemeeditor/stthemeeditor.php:2567 (getSize)
/modules/stthemeeditor/stthemeeditor.php:2445 (getStBasicVals)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 160 AND `id_shop` = 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1890 |
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` = 30 LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1264 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2602 |
0.377
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1422 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.377
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2433) AND (id_product_attribute = 14802) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1195 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1373 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2602 LIMIT 1 |
0.376
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1398 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 5459 LIMIT 1 |
0.376
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1854 |
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` = 171 LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1397 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.375
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1427 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.375
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1477 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.375
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1977 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 160 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/stswiper/classes/StSwiperGroup.php:245 (getParentsCategories)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 19727 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1402 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.374
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1540 |
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` = 95 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 19636 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 14801 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 16221 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1447 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.373
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1937 |
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` = 234 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 934 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1467 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.372
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3073) AND (id_product_attribute = 12996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 15203 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1809 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=7 AND `active`=1
ORDER BY `position` |
0.372
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1267 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7273 |
0.371
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1297 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2930 |
0.371
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1437 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.371
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1519 |
0.370
ms
|
3 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:289 (getCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1892 |
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` = 33 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 14681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1457 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.369
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1878 |
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` = 42 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 ORDER BY `name` ASC |
0.368
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/modules/stwebp/stwebp.php:1054 (getImagesTypes)
/modules/stwebp/stwebp.php:1065 (getWebpImageTypes)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7631) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5459 |
0.368
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 23966) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3777) AND (id_product_attribute = 15437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1273 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5278 |
0.367
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2433 |
0.367
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3758) AND (id_product_attribute = 12998) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3462) AND (id_product_attribute = 12024) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4603) AND (id_product_attribute = 17191) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1285 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1519 |
0.366
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3471 |
0.366
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1312 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3474 |
0.366
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1889 |
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` = 29 LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4843 AND id_shop=1 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 16997 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5268) AND (id_product_attribute = 19636) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5268 |
0.365
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2472 |
0.365
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1324 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3758 |
0.365
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1897 |
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` = 4 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.364
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1291 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2133 |
0.364
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3407 |
0.364
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1333 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3784 |
0.364
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12595 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3697 LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3758 LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1258 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7631 |
0.363
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1306 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3462 |
0.363
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 19727 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 17191 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1507 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1860 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=8 AND `active`=1
ORDER BY `position` |
0.362
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1667 |
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` = 142 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7631) AND (id_product_attribute = 24828) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3407) AND (id_product_attribute = 15204) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1920 |
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` = 148 LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.360
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:212 (isInstalled)
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 3450 LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 15437 LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1336 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3786 |
0.360
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1393 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2433 LIMIT 1 |
0.360
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1544 |
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` = 492 LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1737 |
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` = 133 LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5278) AND (id_product_attribute = 17545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1565) AND (id_product_attribute = 19371) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sbfamilyproductcard" LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/amazzingfilter/amazzingfilter.php:5625 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1898 |
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` = 6 LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12595 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1382 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.358
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12024 LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3474) AND (id_product_attribute = 12044) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 23966 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3783) AND (id_product_attribute = 19734) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3786) AND (id_product_attribute = 13085) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1378 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 7273 LIMIT 1 |
0.358
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4603) AND (id_product_attribute = 17192) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1982 |
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1 and smsg.`show_on_sub`=1 and smsg.`id_category` = 2 LIMIT 1 |
0.357
ms
|
4 |
|
|
/modules/stswiper/classes/StSwiperGroup.php:223
/modules/stswiper/classes/StSwiperGroup.php:249 (categoryHasSlide)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5459) AND (id_product_attribute = 23898) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1342 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4605 |
0.357
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1702 |
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` = 149 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 16216) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 16221) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3777 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3784) AND (id_product_attribute = 19727) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4605) AND (id_product_attribute = 16728) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 460 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1778 |
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` = 132 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2602) AND (id_product_attribute = 14507) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1565) AND (id_product_attribute = 3450) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3474 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 23966 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3786 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4605 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 459 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1462 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.355
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1502 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.355
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7273) AND (id_product_attribute = 22869) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 9059) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 23961) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3652) AND (id_product_attribute = 12595) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5278) AND (id_product_attribute = 24982) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1542 |
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` = 342 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1749 |
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` = 239 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=26 AND secc.`active`=1 AND secc.`id_st_easy_content`=20 ORDER BY secc.`position` |
0.351
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160 (getSub)
/modules/steasycontent/classes/StEasyContentColumnClass.php:165 (recurseLightTree)
/modules/steasycontent/steasycontent.php:2649 (recurseLightTree)
/modules/steasycontent/steasycontent.php:3569 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1 |
0.349
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/stthemeeditor/stthemeeditor.php:2565 (isInstalled)
/modules/stthemeeditor/stthemeeditor.php:2445 (getStBasicVals)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4843 AND `id_group` = 1 LIMIT 1 |
0.348
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3529 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1735 |
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` = 134 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE * FROM ps_af_settings
WHERE id_shop = 1 |
0.344
ms
|
7 |
|
|
/modules/amazzingfilter/amazzingfilter.php:1548
/modules/amazzingfilter/amazzingfilter.php:1533 (getSavedSettings)
/modules/amazzingfilter/amazzingfilter.php:3727 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:52 (require)
|
| 1442 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.343
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1497 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.341
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1541 |
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` = 120 LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1446) AND (id_product_attribute = 9535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3471) AND (id_product_attribute = 17493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3073) AND (id_product_attribute = 17031) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3777) AND (id_product_attribute = 15438) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fa-ir'
OR `language_code` = 'fa-ir' LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4603 LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1472 |
SELECT SQL_NO_CACHE 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'ps_product_rating_legacy' LIMIT 1 |
0.338
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:5428
/modules/mrcomment/mrcomment.php:2370 (tableExists)
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1510 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 160
AND `id_shop` = 1 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1722 |
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` = 155 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `ps_customer_group`
WHERE (id_customer = 71506) |
0.331
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:299
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (1) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.331
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/stmultilink/stmultilink.php:483 (getLinks)
/modules/stmultilink/stmultilink.php:370 (getLinkInfo)
/modules/stmultilink/stmultilink.php:353 (_prepareLinks)
/modules/stmultilink/stmultilink.php:713 (_prepareHook)
/modules/stmultilink/stmultilink.php:685 (hookDisplayFooter)
/classes/Hook.php:1083 (hookDisplayStackedFooter3)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:19 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 460) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1543 |
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` = 111 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 9535 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1684 |
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` = 500 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fa-ir'
OR `language_code` = 'fa-ir' LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sturls" LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Dispatcher.php:36 (isEnabled)
/override/classes/Dispatcher.php:122 (getStUrlsModuleCached)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 178 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sbproductgallery" LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/sbpricehistory/sbpricehistory.php:630 (isEnabled)
/modules/sbpricehistory/sbpricehistory.php:1055 (isGalleryPriceHistoryOwner)
/modules/sbpricehistory/sbpricehistory.php:954 (renderSelectedDisplayHook)
/classes/Hook.php:1083 (hookDisplayHeaderLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:14 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12044 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1733 |
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` = 118 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/onepagecheckoutps/classes/OnePageCheckoutPSCore.php:229 (isInstalled)
/modules/onepagecheckoutps/classes/OnePageCheckoutPSCore.php:36 (fillConfigVars)
/modules/onepagecheckoutps/onepagecheckoutps.php:225 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 460 AND `id_shop` = 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 26
AND setting_type = 1 |
0.318
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170 (getSetting)
/modules/steasycontent/steasycontent.php:2649 (recurseLightTree)
/modules/steasycontent/steasycontent.php:3569 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5278 LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.317
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1519 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1891 |
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` = 31 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4843) AND (id_product_attribute = 16996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4843) AND (id_product_attribute = 16997) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3652 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1805 |
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` = 13 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 14680 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 23898 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:293 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (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.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:52 (require)
|
| 136 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2219 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 15437 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 109 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1 |
0.308
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/stmegamenu/stmegamenu.php:114 (isInstalled)
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 19636 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 4879 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9059 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1538 |
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` = 98 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1545 |
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` = 107 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7631) AND (id_product_attribute = 24827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` 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 c.`id_category` = 2 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 19734 |
0.307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1992 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gformbuilderpro" LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/steasycontent/steasycontent.php:4250 (isEnabled)
/modules/steasycontent/steasycontent.php:3659 (renderShortcode)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3407) AND (id_product_attribute = 15203) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3073 LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "myfealist" LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:6121 (isEnabled)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:775 (getCachedMyfealistModule)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:761 (warmMyfealistListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 24827 LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 24827 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5278) AND (id_product_attribute = 18671) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3783 LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3783) AND (id_product_attribute = 16197) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5268 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7273 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 14680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2433) AND (id_product_attribute = 14801) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2602 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2133) AND (id_product_attribute = 4879) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3758) AND (id_product_attribute = 24104) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2430) AND (id_product_attribute = 14675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 112 LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1519) AND (id_product_attribute = 3319) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5829 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.300
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:451 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3784 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3786) AND (id_product_attribute = 17476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasybuilder" LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/stthemeeditor/stthemeeditor.php:2516 (isInstalled)
/modules/stthemeeditor/stthemeeditor.php:2428 (isEbTransPandaInstalled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 18671 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=26 AND `active`=1
ORDER BY `position` ASC |
0.296
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173 (getByColumnId)
/modules/steasycontent/steasycontent.php:2649 (recurseLightTree)
/modules/steasycontent/steasycontent.php:3569 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2430 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/amazzingfilter/amazzingfilter.php:1535 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:3727 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 22869 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4843 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 112 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:4265 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:588 (getCountry)
/modules/jprestaspeedpack/jprestaspeedpack.php:1399 (init)
/classes/Hook.php:1083 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13085 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE 1 FROM `ps_sbsmartcompare_legacy_page` WHERE active=1 LIMIT 1 |
0.291
ms
|
223 |
|
|
/modules/sbsmartcompare/sbsmartcompare.php:590
/modules/sbsmartcompare/sbsmartcompare.php:740 (hasStaticComparePages)
/classes/Hook.php:1083 (hookActionAfterLoadRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:708 (exec)
/override/classes/Dispatcher.php:189 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:134 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 432 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 14675 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2094 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycontent" LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/f7/fd/3b/f7fd3b22a812b751ea921088a1c643554758315e_2.file.footer-bottom.tpl.php:31 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe6ad27774_97457175)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/be/00/69/be006959f1307ccc4c5eed0255cbd8abb71789ad_2.file.footer.tpl.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe6abc4b00_49323430)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:604 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2930 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1446 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4879 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5693 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 3450 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1509 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
0.287
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/stcustomersignin/stcustomersignin.php:578 (isInstalled)
/modules/stcustomersignin/stcustomersignin.php:605 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.286
ms
|
1 |
|
|
/classes/ObjectModel.php:1595
/classes/ObjectModel.php:1627 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1558 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 14507 |
0.286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1515 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=13 AND `active`=1
ORDER BY `position` |
0.286
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4603) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1968 |
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` = 471 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "af_seopages" LIMIT 1 |
0.285
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/amazzingfilter/amazzingfilter.php:1535 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:3727 (defineSettings)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 15203 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1829 |
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` = 164 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3784) AND (id_product_attribute = 16206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1519 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=75 AND `active`=1
ORDER BY `position` |
0.283
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2430) AND (id_product_attribute = 14676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 23898 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stthemeeditor/stthemeeditor.php:2568 (getSize)
/modules/stthemeeditor/stthemeeditor.php:2445 (getStBasicVals)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3407 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7631 LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "mobileonlycategories" LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/controllers/front/listing/CategoryController.php:104 (isEnabled)
/override/controllers/front/listing/CategoryController.php:201 (mocCanBlock)
/override/controllers/front/listing/CategoryController.php:213 (mocShouldBlockCurrentCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1383 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2472 LIMIT 1 |
0.277
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3652) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1520 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=2 AND `active`=1
ORDER BY `position` |
0.275
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1518 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=90 AND `active`=1
ORDER BY `position` |
0.275
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1418 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2133 LIMIT 1 |
0.274
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 3319 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3474 AND id_shop=1 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1780 |
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` = 196 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2430 AND id_shop=1 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 14801 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3783) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3786 AND `id_group` = 1 LIMIT 1 |
0.270
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1808 |
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` = 485 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9535 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3697 AND id_shop=1 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12996 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:691 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1498 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 4603 LIMIT 1 |
0.269
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 14680 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1763 |
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` = 241 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1876 |
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` = 145 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5459 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2472 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3784 AND id_shop=1 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1761 |
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` = 40 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3462 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1734 |
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` = 130 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1359 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 7631 LIMIT 1 |
0.264
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1423 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2430 LIMIT 1 |
0.264
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1052 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1428 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 2930 LIMIT 1 |
0.264
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1443 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3462 LIMIT 1 |
0.264
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2133 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1519 AND id_shop=1 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2430) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 14675 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5927 (__construct)
/classes/Product.php:5890 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1565 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3462) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1598 |
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` = 90 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'IRR') LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1519) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1516 |
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=53 AND `active`=1
ORDER BY `position` |
0.258
ms
|
22 |
Yes
|
|
/modules/stmegamenu/classes/StMegaColumnClass.php:58
/modules/stmegamenu/stmegamenu.php:3877 (getAll)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 23996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1736 |
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` = 137 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:52 (require)
|
| 265 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2602 AND id_shop=1 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3471 AND id_shop=1 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3073) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 986 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1750 |
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` = 240 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3758 AND id_shop=1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4603 AND id_shop=1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 300) AND (m.enable_device & 1) AND (m.id_shop = 1) |
0.253
ms
|
1 |
|
|
/modules/onepagecheckoutps/classes/OnePageCheckoutPSCore.php:423
/modules/onepagecheckoutps/onepagecheckoutps.php:3367 (isModuleActive)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1519) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3786 AND id_shop=1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1478 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3777 LIMIT 1 |
0.253
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1488 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3784 LIMIT 1 |
0.253
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'IRT') LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 394 AND `id_shop` = 1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/amazzingfilter/amazzingfilter.php:5625 (isEnabled)
/modules/amazzingfilter/amazzingfilter.php:5294 (prepareFamilyCountIdentityMap)
/modules/amazzingfilter/amazzingfilter.php:5151 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2930 AND id_shop=1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4605 AND id_shop=1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 983 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1909 |
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` = 459 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5459) AND (id_product_attribute = 28796) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5278) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1762 |
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` = 237 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sbsmartcompare" LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/stsidebar/stsidebar.php:1366 (isInstalled)
/modules/stsidebar/stsidebar.php:1023 (isModuleAvailable)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7631 AND id_shop=1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3777 AND id_shop=1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 947 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1433 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3073 LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1403 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 1446 LIMIT 1 |
0.250
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1366 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 5268 LIMIT 1 |
0.249
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2433) AND (id_product_attribute = 24072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 400 AND `id_shop` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/module/Module.php:2137
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:52 (require)
|
| 179 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 380 AND `id_shop` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/sbpricehistory/sbpricehistory.php:630 (isEnabled)
/modules/sbpricehistory/sbpricehistory.php:1055 (isGalleryPriceHistoryOwner)
/modules/sbpricehistory/sbpricehistory.php:954 (renderSelectedDisplayHook)
/classes/Hook.php:1083 (hookDisplayHeaderLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:14 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5268 AND id_shop=1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3652 AND id_shop=1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5268) AND (id_product_attribute = 23994) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 160 LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/ststickers/classes/StStickersMapClass.php:286 (__construct)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1408 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 1519 LIMIT 1 |
0.248
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1458 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3529 LIMIT 1 |
0.248
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3073 AND id_shop=1 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3783 AND id_shop=1 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1226 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1438 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3407 LIMIT 1 |
0.246
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1669 |
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` = 88 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1720 |
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` = 153 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1241 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 223 AND `id_shop` = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/sbfamilyproductcard/sbfamilyproductcard.php:6121 (isEnabled)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:775 (getCachedMyfealistModule)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:761 (warmMyfealistListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:915 (warmFamilyListingCache)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1055 (collapseExternalListingIds)
/modules/amazzingfilter/amazzingfilter.php:5746 (prepareAmazzingFilterData)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3529 AND id_shop=1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1565 AND id_shop=1 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3462 AND id_shop=1 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Tools.php:700 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4353 (getQuantityAvailableByProduct)
/classes/Product.php:5817 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7273 AND id_shop=1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1468 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3697 LIMIT 1 |
0.241
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2430) AND (id_product_attribute = 23997) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/pandachild/ff/68/9a/ff689a45300712cc2294c06fec081d3ea7523c2c_2.file.sticker.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe86a17301_36581604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachild/6d/43/b5/6d43b589b04e75bad4a81ae1bd0aa1f16e56a46e_2.module.sbfamilyproductcardviewstemplateshookfullcard.tpl.php:104 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe65725171_99991642)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/sbfamilyproductcard/sbfamilyproductcard.php:1981 (fetch)
/classes/Hook.php:1083 (hookDisplaySbProductCardBuilder)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:377 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b7/58/f5/b758f53b0bc0efa41fd290d113c87c71660e63d1_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe860ee4a6_79170872)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:120 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/55/98/1a/55981a6ea1e6f2f488dfbfc62de9572f37e950e2_2.file.list-item.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a36f73_82782536)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/28/e1/1c/28e11c15ff937e71badf8612bc9b35d72c38c822_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe85a06e19_28756960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:198 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1855 |
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` = 173 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1413 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 1565 LIMIT 1 |
0.239
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1493 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3786 LIMIT 1 |
0.239
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1539 |
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` = 96 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1205 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1483 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3783 LIMIT 1 |
0.238
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5459 AND id_shop=1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1446 AND id_shop=1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3407 AND id_shop=1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1673 |
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` = 468 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1959 |
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` = 494 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1448 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3471 LIMIT 1 |
0.237
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1721 |
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` = 154 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1124 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1508 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 139 AND `id_shop` = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1800 |
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` = 423 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5278 AND id_shop=1 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2133 AND id_shop=1 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1764 |
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` = 238 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1214 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 160 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:5674
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1151 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1463 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3652 LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2472 AND id_shop=1 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1031 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1244 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1503 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 4605 LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 4603) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1250 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1511 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5268 AND `id_group` = 1 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1247 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1938 |
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` = 463 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 5278) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 903 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1921 |
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` = 116 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3073 AND `id_group` = 1 LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1193 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:451 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1070 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 4843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1751 |
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` = 244 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:52 (require)
|
| 44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fa-ir'
OR `language_code` = 'fa-ir' LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 7273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7631 AND `id_group` = 1 LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2433 AND id_shop=1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:6891
/classes/Product.php:3929 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3758 AND `id_group` = 1 LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1001 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1602 |
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` = 92 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1704 |
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` = 150 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1802 |
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` = 427 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 412 AND `id_shop` = 1 LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/module/Module.php:2137
/override/classes/Dispatcher.php:36 (isEnabled)
/override/classes/Dispatcher.php:122 (getStUrlsModuleCached)
/classes/Dispatcher.php:201 (__construct)
/index.php:53 (getInstance)
|
| 118 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3783) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1678 |
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` = 513 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 971 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1453 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3474 LIMIT 1 |
0.224
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1196 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1688 |
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` = 482 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 2095 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/f7/fd/3b/f7fd3b22a812b751ea921088a1c643554758315e_2.file.footer-bottom.tpl.php:31 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe6ad27774_97457175)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/be/00/69/be006959f1307ccc4c5eed0255cbd8abb71789ad_2.file.footer.tpl.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe6abc4b00_49323430)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:604 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3998 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1703 |
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` = 151 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1603 |
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` = 518 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1610 |
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` = 521 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3783 AND `id_group` = 1 LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1672 |
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` = 439 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1964 |
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` = 499 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3471 AND `id_group` = 1 LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1834 |
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` = 490 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1962 |
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` = 497 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1993 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/steasycontent/steasycontent.php:4250 (isEnabled)
/modules/steasycontent/steasycontent.php:3659 (renderShortcode)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 160 AND ctg.`id_group` = 1 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1473 |
SELECT SQL_NO_CACHE rating_sum, rating_count, recommend_yes, recommend_no
FROM `ps_product_rating_legacy`
WHERE product_id = 3758 LIMIT 1 |
0.217
ms
|
0 |
|
|
/modules/mrcomment/mrcomment.php:2374
/modules/mrcomment/mrcomment.php:2587 (getRatingData)
/classes/Hook.php:1083 (hookDisplayFreeReviewsCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:911 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/b6/f3/16/b6f31669dac92335f33edb9bc84e705977a643f1_2.file.head.tpl.php:624 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81d21355_73590173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:310 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1857 |
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` = 178 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 387 AND `id_shop` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/stsidebar/stsidebar.php:1366 (isEnabled)
/modules/stsidebar/stsidebar.php:1023 (isModuleAvailable)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 5459) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1679 |
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` = 515 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1685 |
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` = 479 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1705 |
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` = 516 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1832 |
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` = 489 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1972 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1420 (getAll)
/modules/stpagebanner/stpagebanner.php:1549 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayBreadcrumb)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fa-ir'
OR `language_code` = 'fa-ir' LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.214
ms
|
9 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1830 |
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` = 165 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1877 |
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` = 39 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1963 |
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` = 498 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1978 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/stswiper/classes/StSwiperGroup.php:245 (getParentsCategories)
/modules/stswiper/stswiper.php:2850 (getSlideGroup)
/modules/stswiper/stswiper.php:3041 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3474 AND `id_group` = 1 LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3652) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 7631) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1599 |
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` = 91 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1837 |
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` = 139 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1831 |
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` = 168 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1671 |
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` = 510 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1781 |
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` = 281 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:209 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 112 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1615 |
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` = 310 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1670 |
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` = 474 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1782 |
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` = 235 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1985 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/stbanner/classes/StBannerGroup.php:289 (getParentsCategories)
/modules/stbanner/stbanner.php:2552 (getBannerGroup)
/modules/stbanner/stbanner.php:2784 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayCategoryHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:171 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:562 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:302 (getParentsCategories)
/modules/ststickers/ststickers.php:1801 (getForProduct)
/classes/Hook.php:1083 (hookActionStAssemble)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/ProductAssembler.php:57 (exec)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1618 |
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` = 528 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2430) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3777 AND `id_group` = 1 LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1600 |
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` = 517 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1707 |
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` = 280 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/mysuptels/mysuptels.php:587 (getParentsCategories)
/modules/mysuptels/mysuptels.php:537 (getRowsForContext)
/modules/mysuptels/mysuptels.php:532 (renderContactPanel)
/modules/mysuptels/mysuptels.php:522 (displayModulee)
/classes/Hook.php:1083 (hookDisplayStackedFooter4)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/override/classes/controller/FrontController.php:20 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3784 AND `id_group` = 1 LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1686 |
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` = 112 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3073) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1801 |
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` = 426 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1910 |
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` = 460 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 4605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2472) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4603 AND `id_group` = 1 LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 5268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4605 AND `id_group` = 1 LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1683 |
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` = 89 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2219 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1687 |
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` = 159 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 375 AND `id_shop` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/module/Module.php:2137
/override/controllers/front/listing/CategoryController.php:104 (isEnabled)
/override/controllers/front/listing/CategoryController.php:201 (mocCanBlock)
/override/controllers/front/listing/CategoryController.php:213 (mocShouldBlockCurrentCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2433 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3529 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3697 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3462) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:6163 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5793 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5152 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2896 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3760 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2759 (defineFilterParams)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1607 |
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` = 520 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1940 |
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` = 502 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5459 AND `id_group` = 1 LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3652 AND `id_group` = 1 LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1960 |
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` = 495 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1961 |
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` = 496 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1605 |
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` = 93 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1608 |
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` = 99 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1601 |
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` = 519 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1674 |
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` = 469 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1519 AND `id_group` = 1 LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1856 |
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` = 176 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1681 |
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` = 505 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1676 |
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` = 470 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1783 |
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` = 199 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2293 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1611 |
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` = 100 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1613 |
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` = 524 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1677 |
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` = 488 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1680 |
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` = 532 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1833 |
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` = 486 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1923 |
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` = 110 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1835 |
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` = 184 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1706 |
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` = 127 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1621 |
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` = 531 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1616 |
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` = 525 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1939 |
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` = 501 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1604 |
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` = 523 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1606 |
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` = 94 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1609 |
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` = 254 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1612 |
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` = 522 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1620 |
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` = 529 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1675 |
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` = 514 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1682 |
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` = 506 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1836 |
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` = 162 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1617 |
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` = 527 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2602 AND `id_group` = 1 LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1614 |
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` = 526 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1619 |
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` = 487 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1858 |
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` = 179 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1922 |
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` = 121 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2430 AND `id_group` = 1 LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2261 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7273 AND `id_group` = 1 LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1941 |
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` = 503 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5278 AND `id_group` = 1 LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1859 |
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` = 181 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2133 AND `id_group` = 1 LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3407 AND `id_group` = 1 LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3462 AND `id_group` = 1 LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1446 AND `id_group` = 1 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2930 AND `id_group` = 1 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2472 AND `id_group` = 1 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1565 AND `id_group` = 1 LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3994 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5707 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/override/classes/ProductAssembler.php:55 (assembleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/override/controllers/front/listing/CategoryController.php:21 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2271 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2255 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2293 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2307 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 1942 |
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` = 504 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Category.php:1378
/modules/stmegamenu/stmegamenu.php:4016 (getLinkRewrite)
/modules/stmegamenu/stmegamenu.php:4023 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:3923 (handle_sub_categories)
/modules/stmegamenu/stmegamenu.php:4038 (_prepareHook)
/classes/Hook.php:1083 (hookDisplayMainMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/2c/56/a2/2c56a296a1d0bd21fc4896b6e4cc60bd39222fe2_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe839fee69_35660614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:379 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/70/ed/a7/70eda7ba56ceb2068839a45f330183a96a9da42d_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81a4aec2_63114522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/41/74/77/4174773799bab4fd40b68d3c20d8a0b77db0b412_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe818a6c18_40427387)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/35/2d/ff/352dff897bd9c5970ce7541150cb7a08fed50bd6_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe81893c10_42206338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/pandachildlayouts_layout_left_column_tpl/20/ba/ea/20baea30ef3b68c095f3ffee56b9d0edf7e3d76a_2.file.category.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabfe817787b5_22207389)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2282 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmsearch" LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2238 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2227 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2282 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2227 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2238 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2340 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 132 |
DELETE FROM ps_required_field |
0.169
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:311
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2271 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2340 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2247 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2300 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2328 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2350 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ambjolisearch/ambjolisearch.php:2320 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2247 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "labblocksearch" LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2255 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bonsearch" LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2300 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "spsearchpro" LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2320 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2328 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "is_themecore" LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2350 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2307 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:468 (manageThemeSupport)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:11 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/override/controllers/front/listing/CategoryController.php:221 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:155 (dispatch)
/index.php:53 (dispatch)
|